FireDAC.Stan.Param.TFDParam.IsObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsObject: Boolean read GetIsObject;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Specifies whether the DataType is ftDataSet or ftStream and the TObject value is assigned.

The IsObject property is set to TRUE if the DataType of a TFDParam object is ftDataSet or ftStream and the TObject value is assigned, and to FALSE in the other case.

See Also