DesignIntf.TEventInfo.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TEventInfo

Beschreibung

Erstellt und initialisiert eine TEventInfo-Instanz.

Create erfordert die Typinformationen der Zielmethode oder Eigenschaft (Parameter ATypeData oder APropInfo; siehe die Überladungen).

Siehe auch