Add line to source code with current indentation
Source position: pascodegen.pp line 91
public procedure TPascalCodeGenerator.AddLn( |
const aLine: string |
); |
const TheLines: array of string |
); |
const TheLines: TStrings |
); |
const Fmt: string; |
Args: array of Const |
); |
aLine |
|
Single line to add |
TheLines |
|
Multiple lines to add |
TheLines |
|
Multiple lines to add |
Fmt |
|
Format string |
Args |
|
Format arguments |
AddLn adds one or more lines to the generated source code with the current indentation level applied. It supports adding single lines, arrays of strings, string lists or formatted strings. Each line is prefixed with the current indentation.
|
Increase indentation level |
|
|
Decrease indentation level |
|
|
Generated source code string list |