FireDAC.Stan.Param.TFDParam.AsVarByteStrs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsVarByteStrs[AIndex: Integer]: TFDByteString read GetAsByteStrs write SetAsVarByteStrs;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas 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.

See Also