System.Win.ComObj.TConnectionPoints.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AController: IUnknown);

C++

__fastcall TConnectionPoints(const System::_di_IInterface AController);

Properties

Type Visibility Source Unit Parent
constructor public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoints

Description

Instantiates a connection points object.

It is not necessary to call Create directly. It is used internally by other objects to create the connection points object.

Create allocates memory for a connection points object and initializes the Controller property using the AController parameter. Then it creates a list for the individual connection points objects that it will contain.

See Also