FireDAC.Stan.Param.TFDParam.AsCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsCurrency: Currency read GetAsCurrency write SetAsCurrency;

C++

__property System::Currency AsCurrency = {read=GetAsCurrency, write=SetAsCurrency};

Properties

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

Description

Specifies the value of a TFDParam when it represents a Currency.

The AsCurrency property represents the Currency value of a TFDParam object.

Setting the AsCurrency property sets the DataType property to ftCurrency.

See Also