Send the value of a boolean variable.
Source position: dbugintf.pp line 35
| function SendBoolean( | 
| const Identifier: string; | 
| const Value: Boolean | 
| ):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. |