RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TConnectionPoint.Destroy Destructor

Destroys the instance of a connection point object.

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

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. 

 

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