DesignIntf.IDesigner60.ChainCall
Delphi
procedure ChainCall(const MethodName, InstanceName, InstanceMethod: string; TypeData: PTypeData); overload;
procedure ChainCall(const MethodName, InstanceName, InstanceMethod: string; const AEventInfo: IEventInfo); overload;
C++
virtual void __fastcall ChainCall(const System::UnicodeString MethodName, const System::UnicodeString InstanceName, const System::UnicodeString InstanceMethod, System::Typinfo::PTypeData TypeData) = 0 /* overload */;
virtual void __fastcall ChainCall(const System::UnicodeString MethodName, const System::UnicodeString InstanceName, const System::UnicodeString InstanceMethod, const _di_IEventInfo AEventInfo) = 0 /* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IDesigner60 |
Description
Utilisé en interne lors de la création de méthodes événementielles appelant un autre gestionnaire d'événement hérité d'un cadre.
ChainCall est utilisé en interne pour générer l'appel de méthode sur une méthode héritée. Les éditeurs ne doivent pas utiliser cette méthode.