FireDAC.Stan.Param.TFDParam.AsBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBytes[AIndex: Integer]: Byte read GetAsBytes write SetAsBytes;

Properties

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

See Also