| [Overview][Resource strings][Types][Procedures and functions][Variables][Index] | 
Send the value of a TDateTime variable.
Source position: dbugintf.pp line 29
procedure SendDateTime(  | 
const Identifier: string;  | 
const Value: TDateTime  | 
);  | 
Identifier  | 
  | 
Name of the TDateTime variable  | 
Value  | 
  | 
The actual date/time  | 
SendDateTime is a simple wrapper around SendDebug which sends the name and value of an integer value as an informational message. The value is converted to a string using the DateTimeToStr call.
None.
  | 
Send a message to the debug server.  | 
|
  | 
Send the value of a boolean variable  | 
|
  | 
Send the value of an integer variable.  | 
|
  | 
Send the value of a pointer variable.  |