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 */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | IDesigner80 |
説明
イベントのイベント ハンドラを作成します。
このメソッドは、TMethod を名前 Name と共に返します。これは、AEventInfo で表されるイベントに対するイベント ハンドラです。