[Overview][Resource strings][Constants][Types][Procedures and functions] Reference for unit 'dbugintf' (#fcl)

SendInteger

Send the value of an integer variable.

Declaration

Source position: dbugintf.pp line 27

procedure SendInteger(

  const Identifier: String;

  const Value: Integer;

  HexNotation: Boolean = false

);

Arguments

Identifier

  

Name of the integer variable

Value

  

The actual value

HexNotation

  

Format integer using hexadecimal notation

Description

SendIntegeris a simple wrapper around SendDebugwhich sends the name and value of an integer value as an informational message. If HexNotationis 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 TDateTimevariable.

SendPointer

  

Send the value of a pointer variable.