API:Vcl.AxCtrls.TConnectionPoint.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Container: TConnectionPoints;  const IID: TGUID; Kind: TConnectionKind; OnConnect: TConnectEvent);

Properties

Type Visibility Source Unit Parent
constructor public System.Win.ComObj.pas Vcl.AxCtrls TConnectionPoint

Description

Instantiates an aggregated object.

Vcl.AxCtrls.TConnectionPoint.Create inherits from System.TAggregatedObject.Create. All content below this line refers to System.TAggregatedObject.Create.

Instantiates an aggregated object.

Call Create to instantiate an aggregated object at run time.

Create allocates memory for an aggregated object and sets the Controller property to the Controller parameter passed to it. The Controller is the controlling interface of the aggregate. All other interfaces implemented in the aggregate delegate IInterface method calls to this Controller.

See Also