瀏覽代碼

fcl-base: comment

mattias 3 年之前
父節點
當前提交
bdc4297811
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-base/src/pascodegen.pp

+ 1 - 1
packages/fcl-base/src/pascodegen.pp

@@ -81,7 +81,7 @@ Type
     Procedure SimpleMethodBody(Lines: Array of string); virtual;
     Procedure SimpleMethodBody(Lines: Array of string); virtual;
     procedure SaveToStream(const AStream: TStream);
     procedure SaveToStream(const AStream: TStream);
     Procedure SaveToFile(Const AFileName : string);
     Procedure SaveToFile(Const AFileName : string);
-    Property Source : TStrings Read FSource;
+    Property Source : TStrings Read FSource; // output
     Property CurrentSection : TCodeSection Read GetSection Write SetSection;
     Property CurrentSection : TCodeSection Read GetSection Write SetSection;
   Published
   Published
     Property OutputUnitName : String Read FOutputUnitName Write FOutputUnitName;
     Property OutputUnitName : String Read FOutputUnitName Write FOutputUnitName;