FireDAC.Stan.Param.TFDParam.AsStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsStream: TStream read GetAsStream write SetAsStream;

Properties

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

Description

Specifies the value of a TFDParam when it represents a TStream object.

The AsStream property represents the TStream object value of a TFDParam object.

Setting the AsStream 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