Data.DB.TBCDField.GetValue

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

Delphi

function GetValue(var Value: Currency): Boolean;

C++

bool __fastcall GetValue(System::Currency &Value);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TBCDField

説明

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

GetValue メソッドは、Value パラメータを、Currency として返されたフィールドの値で設定します。 フィールドが空の場合、GetValueFalse を返します。 そうでなければ、GetValueTrue を返します。

関連項目