Save generated source code to stream
Source position: pascodegen.pp line 101
public procedure TPascalCodeGenerator.SaveToStream( |
const AStream: TStream |
); |
AStream |
|
Stream to save to |
SaveToStream saves the generated source code to the specified stream. The entire content of the TPascalCodeGenerator.Source string list is written to the stream.
|
Save generated source code to file |
|
|
Generated source code string list |