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};
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 Byte values.
The AsBytes property represents a Byte item of an array-valued TFDParam object with an AIndex index. Note: In order to work with a byte string, use the AsByteStr or the AsVarByteStr property.
Setting the AsBytes property sets the DataType property to ftByte.