FireDAC.Stan.Param.TFDParam.AsBCD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsBCD: Currency read GetAsBCD write SetAsBCD;

Properties

Type Visibility Source Unit Parent
property public FireDAC.Stan.Param.pas 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