System.Variants.IVarInstanceReference

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

Delphi

IVarInstanceReference = interface

C++

__interface  INTERFACE_UUID("{5C176802-3F89-428D-850E-9F54F50C2293}") IVarInstanceReference  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
interface
class
public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

説明

IVarInstanceReference は、カスタム タイプのバリアントから、データを表すインスタンスを抽出するためのインターフェイスです。

IVarInstanceReference は、カスタム バリアント データ型を管理するプロキシ クラス内に実装します。IVarInstanceReference は、GetInstance という 1 つのメソッド(実装する必要がある)を公開しています。

関連項目