FireDAC.Stan.Param.TFDParam.AsLargeInts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsLargeInts[AIndex: Integer]: LargeInt read GetAsLargeInts write SetAsLargeInts;

Properties

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

Description

Represents an array of LargeInt values.

The AsLargeInts property represents a LargeInt item of an array-valued TFDParam object with an AIndex index.

Setting the AsLargeInts property sets the DataType property to ftLargeInt.

See Also