DesignIntf.IDesigner60.ChainCall
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesigner60 | |
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 */;
Description
Used internally when creating event methods that call another event handler inherited from a frame.
ChainCall is used internally to generate the method call to an inherited method. Editors should not use this method.