DesignIntf.TEventInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
constructor public
DesignIntf.pas
DesignIntf.hpp
DesignIntf TEventInfo

Description

Creates and initializes a TEventInfo instance.

Create requires the type information of the target method or property (the ATypeData or APropInfo parameter; see the overloads).

See Also