System.Bindings.CustomScope.TCustomScope.TWrapperFoundCallback

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

Delphi

TWrapperFoundCallback = reference to procedure (Scope: TCustomScope; const Wrapper: ICustomWrapper);

C++

__interface TWrapperFoundCallback  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
anonMethod
class
public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

説明

ラッパーが内部スコープ キャッシュの中でや、ユーザーによって指定された後に見つかった際に、OnWrapperFound イベントが使用するプロシージャへの参照です。

関連項目