[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Formats debug output for various argument types (overloaded).
Source position: lclproc.pas line 190
function DbgS( |
const c: Cardinal |
):string; overload; |
const i: LongInt |
):string; overload; |
const i: Int64 |
):string; overload; |
const q: QWord |
):string; overload; |
const r: TRect |
):string; overload; |
const p: TPoint |
):string; overload; |
const p: pointer |
):string; overload; |
const e: extended; |
MaxDecimals: Integer = 999 |
):string; overload; |
const b: Boolean |
):string; overload; |
const s: TComponentState |
):string; overload; |
const m: TMethod |
):string; overload; |
const i1: Integer; |
const i2: Integer; |
const i3: Integer; |
const i4: Integer |
):string; overload; |
const Shift: TShiftState |
):string; overload; |
const ASize: TSize |
):string; overload; |
const ATM: TTextMetric |
):string; |
const AScrollInfo: TScrollInfo |
):string; overload; |
const AVariant: Variant |
):string; overload; |
String with the content representing the specified argument.
ATM |
|
TTextMetric instance with member values stored in the result. |
AScrollInfo |
|
TScrollInfo instance with member values stored in the result. |
AVariant |
|
TVarData instance with member values stored in the result. |
Remark: | Other overloaded variants of DbgS have been deprecated in LCL version 3.99 (as of Apr 2024). Use the DbgS routine from LazLoggerIntf (lazloggerbase, lazloggerfile, lazloggerdummy) for these variants instead. |
Version 4.0 | Generated 2025-05-03 | Home |