System.Bindings.CustomScope.TCustomScope.TWrapperFoundCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__interface TWrapperFoundCallback  : public System::IInterface

Properties

Type Visibility Source Unit Parent
anonMethod
class
public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Reference to a procedure that is used by OnWrapperFound events when the wrapper is found either in the internal scope cache or after it was specified by the user.

See Also