DesignIntf.TEventInfo.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TEventInfo

Description

Crée et initialise une instance de TEventInfo.

Create requiert les informations de type de la méthode ou de la propriété cible (le paramètre ATypeData ou APropInfo ; voir les surcharges).

Voir aussi