fcl-base: comment

This commit is contained in:
mattias 2022-08-25 11:41:20 +02:00
parent 85c7368759
commit bdc4297811

View File

@ -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;