FireDAC.Stan.Param.TFDParam.AsCurrencys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsCurrencys[AIndex: Integer]: Currency read GetAsCurrencys write SetAsCurrencys;

Properties

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

Description

Represents an array of Currency values.

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

Setting the AsCurrencys property sets the DataType property to ftCurrency.

See Also