Save generated source code to file
Source position: pascodegen.pp line 102
public procedure TPascalCodeGenerator.SaveToFile( |
const AFileName: string |
); |
AFileName |
|
Filename to save to |
SaveToFile saves the generated source code to the specified file. If no output unit name is set and the source is empty, it automatically sets the output unit name based on the filename.
|
Save generated source code to stream |
|
|
Name of the output unit |
|
|
Generated source code string list |