Data.DB.TBCDField.GetAsCurrency
Delphi
function GetAsCurrency: Currency; override;
C++
virtual System::Currency __fastcall GetAsCurrency();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp | Data.DB | TBCDField | 
Description
Returns the value of the field as a Currency.
The GetAsCurrency method returns the value of the field as a Currency.