System.Bindings.CustomWrapper.TCustomWrapper.WrapperType

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

Delphi

property WrapperType: TCustomWrapperType read GetWrapperType;

C++

__property System::Bindings::Evalprotocol::TCustomWrapperType WrapperType = {read=GetWrapperType, nodefault};

プロパティ

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

説明

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

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

関連項目