FireDAC.Stan.Param.TFDParam.IsStreams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsStreams[AIndex: Integer]: Boolean read GetIsStreams;

Properties

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

Description

Specifies whether the DataType is ftStream and the TStream value is assigned.

The IsStreams property is set to TRUE if the DataType of a TFDParam object is ftStream and the TStream object is assigned to the AIndex index of an array-valued parameter, and to FALSE otherwise.

See Also