FireDAC.Stan.Param.TFDParam.AsBlobs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBlobs[AIndex: Integer]: TFDByteString read GetAsByteStrs write SetAsBlobs;

C++

__property Firedac::Stan::Intf::TFDByteString AsBlobs[int AIndex] = {read=GetAsByteStrs, write=SetAsBlobs};

Properties

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

Description

Represents an array of TFDByteString values.

The AsBlobs property represents an TFDByteString item of an array-valued TFDParam object with an AIndex index.

Setting the AsBlobs property sets the DataType property to ftBlob if it is not one of the BLOB data types.

See Also