DesignIntf.TEventInfo.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: TEventInfo

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

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