IBX.IBCustomDataSet.TIBBCDField.GetAsCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsCurrency: Currency; override;

C++

virtual System::Currency __fastcall GetAsCurrency();

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.

IBX.IBCustomDataSet.TIBBCDField.GetAsCurrency inherits from Data.DB.TBCDField.GetAsCurrency. All content below this line refers to Data.DB.TBCDField.GetAsCurrency.

Returns the value of the field as a Currency.

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

See Also