IBX.IBCustomDataSet.TIBBCDField.GetAsCurrency

From RAD Studio API Documentation

Delphi

function GetAsCurrency: Currency; override;

C++

virtual System::Currency __fastcall GetAsCurrency(void);

Properties

Type Visibility Source Unit Parent
function protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBBCDField

Description

Returns the value of the field as a Currency. {{#multireplace:IBX.IBCustomDataSet.TIBBCDField.GetAsCurrency|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TBCDField.GetAsCurrency|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TBCDField.GetAsCurrency|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the value of the field as a Currency.

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

See Also