FireDAC.Stan.Param.TFDParam.AsBytes
Delphi
property AsBytes[AIndex: Integer]: Byte read GetAsBytes write SetAsBytes;
C++
__property System::Byte AsBytes[int AIndex] = {read=GetAsBytes, write=SetAsBytes};
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 Byte.
La propriété AsBytes représente un élément Byte d'un objet valeur de tableau TFDParam avec un index AIndex. Remarque : Pour travailler avec une chaîne de type byte, utilisez la propriété AsByteStr ou AsVarByteStr.
Le fait de définir la propriété AsBytes définit la propriété DataType sur ftByte.