InfoRequest property

Delphi Example

C++ Builder Example

 

Builder Syntax

bool InfoRequest;

Delphi Syntax

InfoRequest: Boolean;

Overview

Refer to Working with Command Sets.

Remarks

(Runtime only, Read only) Indicates whether a command set is a request or a response. This property is updated by calling the GetInfoCS method. Possible values are:

Value

Meaning

TRUE

The command set is a request.

FALSE

The command set is a response.

See Also

Elements:

GetInfoCS method, InfoCommand property