DesignIntf.TEventInfo

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTEventInfo

Delphi

TEventInfo = class(TInterfacedObject, IEventInfo)

C++

class PASCALIMPLEMENTATION TEventInfo : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
DesignIntf.pas
DesignIntf.hpp
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.

See Also