RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFiler.Destroy Destructor

Destroys a filer object.

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

Do not call Destroy directly in an application. Instead, call Free, which checks that the filer reference is not nil before calling Destroy. 

The Destroy method for filer objects~TFiler frees memory associated with the buffer. Memory deallocation for the object instance is handled automatically when Destroy is called. TFiler's Destroy method is called by descendant objects in their respective destructors. 

 

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