FireDAC.Stan.Param.TFDParam.AsBlob

From RAD Studio API Documentation

Delphi

property AsBlob: TFDByteString read GetAsByteStr write SetAsBlob;

C++

__property Firedac::Stan::Intf::TFDByteString AsBlob = {read=GetAsByteStr, write=SetAsBlob};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Stan.Param.pas
FireDAC.Stan.Param.hpp
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