RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBatchMove.Destroy Destructor

Destroys an instance of TBatchMove.

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

Do not call Destroy directly in an application. Instead, call Free, which checks that the TBatchMove object is not nil before calling 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!