DesignIntf.IDesigner60.ChainCall

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

Beschreibung

Wird intern beim Erstellen von Ereignisbehandlungsroutinen verwendet, die eine andere, von einem Frame geerbte Behandlungsroutine aufrufen.

ChainCall generiert intern den Aufruf einer geerbten Methode. Editoren sollten diese Methode nicht verwenden.