[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Send the value of a boolean variable
Source position: dbugintf.pp line 25
procedure SendBoolean( |
const Identifier: string; |
const Value: Boolean |
); |
Identifier |
|
Name of the boolean variable |
Value |
|
Value of the boolean variable. |
SendBoolean is a simple wrapper around SendDebug which sends the name and value of a boolean value as an informational message.
None.
|
Send a message to the debug server. |
|
|
Send the value of a TDateTime variable. |
|
|
Send the value of an integer variable. |
|
|
Send the value of a pointer variable. |