DesignIntf.TEventInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.TInterfacedObjectSystem.TObjectTEventInfo

Delphi

TEventInfo = class(TInterfacedObject, IEventInfo)

C++

class PASCALIMPLEMENTATION TEventInfo : public System::TInterfacedObject

Propriétés

Type Visibilité  Source Unité  Parent
class public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Représente les informations de type pour un événement.

Pour créer une instance de TEventInfo, vous devez fournir les informations de type (voir GetTypeData) associées à l'événement cible (informations RTTI pour une méthode ou une propriété).

TEventInfo peut être visualisé comme une abstraction de l'enregistrement TTypeData.

Voir aussi