DesignIntf.IDesigner80.CreateMethod
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesigner80 |
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 */;
Description
Creates an event handler for an event.
It returns a TMethod--with the Name name--that is an event handler for the event described by AEventInfo.