Data.DB.TBCDField.GetValue
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 として返されたフィールドの値で設定します。 フィールドが空の場合、GetValue は False を返します。 そうでなければ、GetValue は True を返します。