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

DbgS

Converts items of several data types into strings, for debug output.

Declaration

Source position: line 0

function DbgS(

  a: TAnchorKind

):; overload;

function DbgS(

  Anchors: TAnchors

):; overload;

function DbgS(

  a: TAlign

):; overload;

function DbgS(

  a: TAnchorKind;

  Side: TAnchorSideReference

):; overload;

function DbgS(

  p: TControlAutoSizePhase

):; overload;

function DbgS(

  Phases: TControlAutoSizePhases

):; overload;

function DbgS(

  cst: TControlStyleType

):; overload;

function DbgS(

  cs: TControlStyle

):; overload;

Function result

The string representing the given parameter(s).

Arguments

Phases

  

All elements in this set will be shown as a comma-separated list.

Errors

[The parameters should have unique names, for every type]