DesignIntf.IDesigner80.CreateMethod
Delphi
function CreateMethod(const Name: string; const AEventInfo: IEventInfo): TMethod; overload;
C++
HIDESBASE virtual System::TMethod __fastcall CreateMethod(const System::UnicodeString Name, const _di_IEventInfo AEventInfo) = 0 /* overload */;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IDesigner80 |
Description
Crée le gestionnaire d'un événement.
Elle renvoie un TMethod -- avec le nom Name -- qui est le gestionnaire de l'événement décrit par AEventInfo.