Data.DB.TLargeintField.GetValue

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

Delphi

function GetValue(var Value: Largeint): Boolean;

C++

bool __fastcall GetValue(__int64 &Value);

プロパティ

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

説明

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

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

関連項目