System.Bindings.CustomScope.TCustomScope.OnWrapperFound

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnWrapperFound: TWrapperFoundCallback read FWrapperFoundCallback write FWrapperFoundCallback;

C++

__property _di_TWrapperFoundCallback OnWrapperFound = {read=FWrapperFoundCallback, write=FWrapperFoundCallback};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bindings.CustomScope.pas
System.Bindings.CustomScope.hpp
System.Bindings.CustomScope TCustomScope

Description

Evénement déclenché lorsque le wrapper se trouve dans le cache de portée interne ou après qu'il a été donné par l'utilisateur.

OnWrapperFound est un événement déclenché lorsque le wrapper se trouve dans le cache de portée interne ou après qu'il a été donné par l'utilisateur par le biais de la méthode DoLookup. OnWrapperFound représente l'étape d'ajustement pour les paramètres du wrapper personnalisé avant de revenir aux traitements du moteur.

Voir aussi