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

SendBoolean

Send the value of a boolean variable

Declaration

Source position: dbugintf.pp line 28

procedure SendBoolean(

  const Identifier: string;

  const Value: Boolean

);

Arguments

Identifier

  

Name of the boolean variable

Value

  

Value of the boolean variable.

Description

SendBoolean is a simple wrapper around SendDebug which sends the name and value of a boolean value as an informational message.

Errors

None.

See also

SendDebug

  

Send a message to the debug server.

SendDateTime

  

Send the value of a TDateTime variable.

SendInteger

  

Send the value of an integer variable.

SendPointer

  

Send the value of a pointer variable.


Documentation generated on: May 14 2021