RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBatchMove.Destroy Destructor

Destroys an instance of TIBBatchMove.

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

Do not call Destroy directly in an application. Instead, call Free. Free verifies that the TIBBatchMove object is not already freed and only then calls Destroy. 

Before calling the inherited destructor, Destroy frees the TStringList object that implements the Mappings property. 

 

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