Data.DB.TExtendedField.GetValue

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

Delphi

function GetValue(var Value: Extended): Boolean;

C++

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

プロパティ

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


説明

このフィールドの高精度浮動小数点値を Value に入れ、フィールドに値が含まれていれば True を、フィールド データが null であれば False を返します。

GetValue は、フィールドの生のデータ高精度浮動小数点値に変換します。

TExtendedField の他のメソッドでは GetValue を呼び出します。

関連項目