Show: Delphi
C++
Display Preferences
DesignIntf.TEventInfo
From XE2 API Documentation
Delphi
TEventInfo = class(TInterfacedObject, IEventInfo)
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | DesignIntf.pas | DesignIntf | DesignIntf |
Description
Represents the type information for an event.
To create a TEventInfo instance, you have to provide the type information (see GetTypeData) associated with the target event (RTTI for a method or property).
TEventInfo can be viewed as an abstraction of the TTypeData record.