Data.DB.TBCDField.GetAsCurrency

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TBCDField

Delphi

function GetAsCurrency: Currency; override;

C++

virtual System::Currency __fastcall GetAsCurrency();

Description

Returns the value of the field as a Currency.

The GetAsCurrency method returns the value of the field as a Currency.

See Also