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

SendBoolean

Send the value of a boolean variable.

Declaration

Source position: dbugintf.pp line 29

function SendBoolean(

  const Identifier: string;

  const Value: Boolean

):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: Jul 24 2023