FireDAC.Stan.Param.TFDParam.AsBlob

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBlob: TFDByteString read GetAsByteStr write SetAsBlob;

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 binary large object (BLOB).

The AsBlob property represents the BLOB value of a TFDParam object.

Setting the AsBlob property sets the DataType property to ftBlob.

See Also