Data.DB.TBooleanField.GetValue

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

Delphi

function GetValue(var Value: Boolean): Boolean;

C++

bool __fastcall GetValue(bool &Value);

プロパティ

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


説明

このフィールドの論理値Value に入れ、フィールドに値が含まれていれば True を、フィールド データが null であれば False を返します。

GetValue は、フィールドの生のデータ論理値に変換します。

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

関連項目