RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkedRIO.Destroy Destructor

Destroys the instance of a TLinkedRIO object.

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

There is no need to explicitly free a TLinkedRIO instance. 

If the TLinkedRIO object is created with an Owner, then that Owner handles the freeing of the TLinkedRIO instance. If the TLinkedRIO object is created without an Owner, then it is automatically freed when the reference count on its interface drops to zero. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!