FireDAC.Stan.Param.TFDParam.AsIntegers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsIntegers[AIndex: Integer]: Integer read GetAsIntegers write SetAsIntegers;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas FireDAC.Stan.Param TFDParam

Description

Represents an array of Integer values.

The AsIntegers property represents an Integer item of an array-valued TFDParam object with an AIndex index.

Setting the AsIntegers property sets the DataType property to ftInteger.

See Also