[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

DebugLn

Writes a number of strings (heavily overloaded) to the debug output

Declaration

Source position: line 0

procedure DebugLn(

  const s: = ''

); overload;

procedure DebugLn(

  Args: array of Const

); overload;

procedure DebugLn(

  const S: ;

  Args: array of Const

); overload;

procedure DebugLn(

  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;

Arguments

s

  

A single string, or a Format string when followed by an argument list.

Arguments

Args

  

Writes the formatted dump of the typed arguments.

Arguments

S

  

A single string, or a Format string when followed by an argument list.

Args

  

Writes the formatted dump of the typed arguments.