DesignIntf.IDesigner80.CreateMethod

提供: RAD Studio API Documentation
移動先: 案内検索

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 で表されるイベントに対するイベント ハンドラです。

関連項目