Unit 'dbugintf' Package
[Overview][Resource strings][Types][Procedures and functions][Variables][Index] [#fcl]

SendPointer

Send the value of a pointer variable.

Declaration

Source position: dbugintf.pp line 36

function SendPointer(

  const Identifier: string;

  const Value: Pointer

):Boolean;

Arguments

Identifier

  

Name of the pointer variable.

Value

  

The actual pointer value.

Description

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.

Errors

None.

See also

SendDebug

  

Send a message to the debug server.

SendBoolean

  

Send the value of a boolean variable.

SendDateTime

  

Send the value of a TDateTime variable.

SendInteger

  

Send the value of an integer variable.


Documentation generated on: Jul 24 2023