FireDAC.Stan.Param.TFDParam.AsFMTBCD

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsFMTBCD: TBcd read GetAsFMTBCD write SetAsFMTBCD;

C++

__property Data::Fmtbcd::TBcd AsFMTBCD = {read=GetAsFMTBCD, write=SetAsFMTBCD};

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 TBcd value.

The AsFMTBCD property represents the TBcd value of a TFDParam object.

Setting the AsFMTBCD property sets the DataType property to ftFMTBCD.

See Also