System.Win.ComObj.TConnectionPoints.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TConnectionPoints();

Properties

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

Description

Destroys an instance of a connection points object.

Destroy is called automatically. It is not necessary for the user to dispose of the connection points object. Destroy frees the list of connection point objects that was created in the constructor.

See Also