API:IBX.IBCustomDataSet.TIBBCDField.GetAsCurrency

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetAsCurrency: Currency; override;

C++

virtual System::Currency __fastcall GetAsCurrency();

プロパティ

種類 可視性 ソース ユニット
function protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBBCDField

説明

フィールドの値を、Currency で返します。

IBX.IBCustomDataSet.TIBBCDField.GetAsCurrency は Data.DB.TBCDField.GetAsCurrency を継承しています。以下の内容はすべて Data.DB.TBCDField.GetAsCurrency を参照しています。

フィールドの値を、Currency で返します。

GetAsCurrency メソッドは、フィールドの値を Currency で返します。

関連項目