FireDAC.Stan.Param.TFDParam.AsExtendeds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsExtendeds[AIndex: Integer]: Extended read GetAsExtendeds write SetAsExtendeds;

Properties

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

Description

Represents an array of Extended values.

The AsExtendeds property represents an Extended item of an array-valued TFDParam object with an AIndex index.

Setting the AsExtendeds property sets the DataType property to ftExtended.

See Also