System.Bindings.EvalProtocol.ICustomWrapper.WrapperType

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

Delphi

property WrapperType: TCustomWrapperType read GetWrapperType;

C++

__property TCustomWrapperType WrapperType = {read=GetWrapperType};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol ICustomWrapper

説明

ラッパが有効な値を返すためにパラメータを必要としているかどうかを、エンジンに伝えます。

WrapperType プロパティは、ラッパが有効な値を返すためにパラメータを必要としているかどうかを、エンジンに伝えると共に、ラッピングされたフェイク オブジェクト メンバの構文に関する情報も提供します。 見た目は、通常のプロパティ、メソッド呼び出しや、インデックス付きプロパティと変わりません。

関連項目