Bde.DBTables.TBatchMove.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBatchMove

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~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.

See Also