Vcl.AxCtrls.TConnectionPoint.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

Properties

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

Description

Destroys the instance of a connection point object.

It is not necessary to explicitly free the connection point object. Connection point objects are automatically destroyed. If the connection point container object is not nil, Destroy calls on it to remove the connection point object from it.

See Also