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

SendInteger

Send the value of an integer variable.

Declaration

Source position: dbugintf.pp line 33

function SendInteger(

  const Identifier: string;

  const Value: Integer;

  HexNotation: Boolean = False

):Boolean;

Arguments

Identifier

  

Name of the integer variable.

Value

  

The actual value.

HexNotation

  

Format integer using hexadecimal notation.

Description

SendInteger is a simple wrapper around SendDebug which sends the name and value of an integer value as an informational message. If HexNotation is True, then the value will be 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.

SendPointer

  

Send the value of a pointer variable.


Documentation generated on: Jul 24 2023