FireDAC.Stan.Param.TFDParam.AsBCD

From RAD Studio API Documentation

Delphi

property AsBCD: Currency read GetAsBCD write SetAsBCD;

C++

__property System::Currency AsBCD = {read=GetAsBCD, write=SetAsBCD};

Properties

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

Description

Represents the value of a TFDParam as a binary-coded decimal (BCD).

The AsBCD property specifies the value of a TFDParam as a binary-coded decimal (BCD).

Setting AsBCD sets the DataType property to ftBCD.

See Also