mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-20 23:49:44 +02:00
fcl-base: comment
This commit is contained in:
parent
85c7368759
commit
bdc4297811
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user