Jelajahi Sumber

fcl-base: comment

mattias 3 tahun lalu
induk
melakukan
bdc4297811
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 SaveToStream(const AStream: TStream);
     Procedure SaveToFile(Const AFileName : string);
-    Property Source : TStrings Read FSource;
+    Property Source : TStrings Read FSource; // output
     Property CurrentSection : TCodeSection Read GetSection Write SetSection;
   Published
     Property OutputUnitName : String Read FOutputUnitName Write FOutputUnitName;