Bde.DBTables.TBatchMove.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TBatchMove(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBatchMove |
Description
Destroys an instance of 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.