Send the value of a pointer variable.
Source position: dbugintf.pp line 42
| function SendPointer( | 
| const Identifier: string; | 
| const Value: Pointer | 
| ):Boolean; | 
| Identifier | 
 | Name of the pointer variable. | 
| Value | 
 | The actual pointer value. | 
SendInteger is a simple wrapper around SendDebug which sends the name and value of a pointer value as an informational message. The pointer value is 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 an integer variable. |