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