Explorar o código

fcl-base: comment

mattias %!s(int64=3) %!d(string=hai) anos
pai
achega
bdc4297811
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;