FireDAC.Stan.Param.TFDParam.IsDataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDataSet: Boolean read GetIsDataSet;

Properties

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

Description

Specifies if the DataType is ftDataSet and the TDataSet object is assigned to the parameter value.

The IsDataSet property returns TRUE if the DataType of a TFDParam object is ftDataSet, and the TDataSet object is assigned to the parameter value, and FALSE otherwise.

See Also