RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConnectionPoints.Create Constructor

Instantiates a connection points object.

Pascal
constructor Create(const AController: IUnknown);
C++
__fastcall TConnectionPoints(const IUnknown AController);

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 point objects that it will contain. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!