[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Generates a formatted debugger message with the value(s) for the specified type(s).
Source position: LazLoggerIntf.inc line 91
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 m: TMethod |
):string; overload; |
const ASize: TSize |
):string; overload; |
const s: TComponentState |
):string; overload; |
const i1: Integer; |
const i2: Integer; |
const i3: Integer; |
const i4: Integer |
):string; overload; |
const Shift: TShiftStateEnum |
):string; overload; |
const Shift: TShiftState |
):string; overload; |
c |
|
Cardinal value for the message. |
String with the formatted content for the specified value(s).
i |
|
Integer (LongInt, Int64) value for the message. |
i |
|
Integer (LongInt, Int64) value for the message. |
q |
|
QWord value for the message. |
r |
|
TRect value for the message. |
p |
|
Untyped pointer value for the message. |
p |
|
Untyped pointer value for the message. |
e |
|
Extended value for the message. |
MaxDecimals |
|
Number of decimal places for the Extended value in the message. |
b |
|
Boolean value for the message. |
m |
|
TMethod value for the message. |
ASize |
|
TSize instance with the cx and cy values for the message. |
s |
|
String value for the message. |
i1 |
|
Integer value for the message. |
i2 |
|
Integer value for the message. |
i3 |
|
Integer value for the message. |
i4 |
|
Integer value for the message. |
Shift |
|
TShiftStateEnum value for the message. |
Shift |
|
TShiftStateEnum value for the message. |
DbgS is used to implement the ArgsToString method in TLazLogger.
|
Converts the specified array of values to a string which can be displayed using the output methods for the logger type. |
Version 4.0 | Generated 2025-05-03 | Home |