System.Bindings.EvalProtocol.TCustomWrapperType

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

Delphi

TCustomWrapperType = (cwtProperty, cwtMethod, cwtIndexedProperty);

C++

enum DECLSPEC_DENUM TCustomWrapperType : unsigned char { cwtProperty, cwtMethod, cwtIndexedProperty };

プロパティ

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

説明

カスタム ラッパーの種類を列挙したものです。


TCustomWrapperType は、カスタム ラッパーの種類を列挙したものです。カスタム ラッパーの種類は、ラップされる見せかけのオブジェクト メンバの種類によって決まります。使用可能な種類を次の表に示します。

ラッパーの種類 意味
cwtProperty カスタム プロパティ ラッパー
cwtMethod カスタム メソッド ラッパー
cwtIndexedProperty インデックス付きカスタム プロパティ ラッパー

関連項目