DesignIntf.TEventInfo.Create
Delphi
constructor Create(APropInfo: PPropInfo); overload;
constructor Create(ATypeData: PTypeData); overload;
C++
__fastcall TEventInfo(System::Typinfo::PPropInfo APropInfo)/* overload */;
__fastcall TEventInfo(System::Typinfo::PTypeData ATypeData)/* overload */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| constructor | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | TEventInfo |
説明
TEventInfo クラスのインスタンスを作成および初期化します。
Create には、対象となるメソッドまたはプロパティ(ATypeData または APropInfo パラメータ。オーバーロードを参照)の型情報が必要です。