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