[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Writes a number of strings (heavily overloaded) to the debug output
Source position: line 0
procedure DebugLn( |
const s: = '' |
); overload; |
Args: array of Const |
); overload; |
const S: ; |
Args: array of Const |
); overload; |
const s1: ; |
const s2: ; |
const s3: = ''; |
const s4: = ''; |
const s5: = ''; |
const s6: = ''; |
const s7: = ''; |
const s8: = ''; |
const s9: = ''; |
const s10: = ''; |
const s11: = ''; |
const s12: = ''; |
const s13: = ''; |
const s14: = ''; |
const s15: = ''; |
const s16: = ''; |
const s17: = ''; |
const s18: = '' |
); overload; |
s |
|
A single string, or a Format string when followed by an argument list. |
Args |
|
Writes the formatted dump of the typed arguments. |
S |
|
A single string, or a Format string when followed by an argument list. |
Args |
|
Writes the formatted dump of the typed arguments. |