FireDAC.Stan.Param.TFDParam.IsObjects

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsObjects[AIndex: Integer]: Boolean read GetIsObjects;

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 IsObjects property is set to TRUE if the DataType of a TFDParam object is ftDataSet or ftStream and the TObject value is assigned to an item with an AIndex index of an array-valued parameter, and to FALSE otherwise.

See Also