FireDAC.Stan.Param.TFDParam.AsBlobs

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Représente un tableau de valeurs TFDByteString.

La propriété AsBlobs représente un élément TFDByteString d'un objet valeur de tableau TFDParam avec un index AIndex.

Le fait de définir la propriété AsBlobs définit la propriété DataType sur ftBlob si elle n'est pas l'un des types de données BLOB.

Voir aussi