RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.FreeOnRelease Method

Frees the interface reference for components that were created from COM classes.

Pascal
procedure FreeOnRelease;
C++
__fastcall FreeOnRelease();

FreeOnRelease is called when an interface implemented by the component is released. FreeOnRelease is used internally and calls the corresponding interface method. It should not be necessary to call FreeOnRelease directly. 

 

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