System.Bindings.CustomScope.TCustomScope.OnWrapperFound
Delphi
property OnWrapperFound: TWrapperFoundCallback read FWrapperFoundCallback write FWrapperFoundCallback;
C++
__property _di_TWrapperFoundCallback OnWrapperFound = {read=FWrapperFoundCallback, write=FWrapperFoundCallback};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Bindings.CustomScope.pas System.Bindings.CustomScope.hpp |
System.Bindings.CustomScope | TCustomScope |
Description
Event triggered when the wrapper is found either in the internal scope cache or after it is given by the user.
OnWrapperFound is an event that is triggered when the wrapper is found either in the internal scope cache or after it is given by the user by means of the DoLookup method. OnWrapperFound represents the step of adjustments for the settings in the custom wrapper before returning to the engine processings.