FireDAC.Stan.Param.TFDParam.IsStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsStream: Boolean read GetIsStream;

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 IsStream property is set to TRUE if the DataType of a TFDParam object is ftStream and the TStream value is assigned, and to FALSE otherwise.

See Also