RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConnectionPoints.Destroy Destructor

Destroys an instance of a connection points object.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TConnectionPoints();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!