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

DbgS

Declaration

Source position: line 0

function DbgS(

  const c: cardinal

):String; overload;

function DbgS(

  const i: LongInt

):String; overload;

function DbgS(

  const i: Int64

):String; overload;

function DbgS(

  const q: qword

):String; overload;

function DbgS(

  const r: TRect

):String; overload;

function DbgS(

  const p: TPoint

):String; overload;

function DbgS(

  const p: pointer

):String; overload;

function DbgS(

  const e: extended;

  MaxDecimals: Integer = 999

):String; overload;

function DbgS(

  const b: Boolean

):String; overload;

function DbgS(

  const s: TComponentState

):String; overload;

function DbgS(

  const m: TMethod

):String; overload;

function DbgS(

  const i1: Integer;

  const i2: Integer;

  const i3: Integer;

  const i4: Integer

):String; overload;

function DbgS(

  const Shift: TShiftState

):String; overload;

function DbgS(

  const ASize: TSize

):String; overload;

function DbgS(

  const ATM: TTextMetric

):String; overload;

function DbgS(

  const AScrollInfo: TScrollInfo

):String; overload;

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