API:Data.DB.TIDispatchField.GetValue

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

Delphi

function GetValue: IDispatch;

C++

HIDESBASE _di_IDispatch __fastcall GetValue();

プロパティ

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

説明

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

Data.DB.TIDispatchField.GetValue は Data.DB.TInterfaceField.GetValue を継承しています。以下の内容はすべて Data.DB.TInterfaceField.GetValue を参照しています。

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

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

関連項目