FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelPreview.Done Method

Frees all resources associated with the preview.

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

You don't really need to call this method, as it will be called automatically when the component is destroyed or re-initialized, so you won't get any memory leaks. 

But, if you are going to keep the component in memory for a long time, it is good idea to release the resources allocated as soon as you can. 

 

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!