Data.DB.TInterfaceField.GetValue

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

Delphi

function GetValue(var Value: IUnknown): Boolean; overload;
function GetValue: IUnknown; overload;

C++

bool __fastcall GetValue(System::_di_IInterface &Value)/* overload */;
System::_di_IInterface __fastcall GetValue()/* overload */;

プロパティ

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


説明

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

GetValue は、フィールド(IUnknown)の値を返します。フィールドにデータが格納されていない場合、nil が返されます。

関連項目