Data.DB.TIntegerField.GetValue

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

Delphi

function GetValue(var Value: Integer): Boolean; virtual;

C++

virtual bool __fastcall GetValue(int &Value);

プロパティ

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

説明

フィールドの値を取得します。

GetValue は、パラメータに対するフィールドの値の設定が成功した場合には、True を返します。

関連項目