[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Send the value of an integer variable.
Source position: dbugintf.pp line 27
procedure SendInteger( |
const Identifier: string; |
const Value: Integer; |
HexNotation: Boolean = False |
); |
Identifier |
|
Name of the integer variable |
Value |
|
The actual value |
HexNotation |
|
Format integer using hexadecimal notation |
SendInteger is a simple wrapper around SendDebug which sends the name and value of an integer value as an informational message. If HexNotation is True, then the value will be displayed using hexadecimal notation.
None.
|
Send a message to the debug server. |
|
|
Send the value of a boolean variable |
|
|
Send the value of a TDateTime variable. |
|
|
Send the value of a pointer variable. |