FireDAC.Stan.Param.TFDParam.AsStreams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsStreams[AIndex: Integer]: TStream read GetAsStreams write SetAsStreams;

Properties

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

Description

Represents an array of TStream values.

The AsStreams property represents a TStream item of the array-valued TFDParam object with an AIndex index.

Setting the AsStreams property sets the DataType property to ftStream, if it is not one of the character string / byte string / BLOB data types. The assigned TStream object will be owned by this TFDParam. To explicitly control the ownership, use SetStream method.

See Also