FireDAC.Stan.Param.TFDParam.AsByteStrs
Delphi
property AsByteStrs[AIndex: Integer]: TFDByteString read GetAsByteStrs write SetAsByteStrs;
C++
__property Firedac::Stan::Intf::TFDByteString AsByteStrs[int AIndex] = {read=GetAsByteStrs, write=SetAsByteStrs};
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 AsByteStrs property represents a TFDByteString item of an array-valued TFDParam object with an AIndex index.
Setting the AsByteStrs property sets the DataType property to ftBytes.