[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: controls.pp line 2689

function DbgS(

  a: TAnchorKind

):string; overload;

function DbgS(

  Anchors: TAnchors

):string; overload;

function DbgS(

  a: TAlign

):string; overload;

function DbgS(

  a: TAnchorKind;

  Side: TAnchorSideReference

):string; overload;

function DbgS(

  p: TControlAutoSizePhase

):string; overload;

function DbgS(

  Phases: TControlAutoSizePhases

):string; overload;

function DbgS(

  cst: TControlStyleType

):string; overload;

function DbgS(

  cs: TControlStyle

):string; 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]

The latest version of this document can be found at lazarus-ccr.sourceforge.net.