DesignIntf.IDesigner60.ChainCall

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

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.