RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPRIO.Destroy Destructor

Destroys the instance of a THTTPRIO object.

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

There is no need to explicitly free a THTTPRIO instance. 

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

 

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