DesignIntf.TEventInfo
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: DesignIntf | |
Delphi
TEventInfo = class(TInterfacedObject, IEventInfo)
C++
class PASCALIMPLEMENTATION TEventInfo : public System::TInterfacedObject
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.