FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
| Unit: FireDAC.Comp.BatchMove | |
| Parent: TFDBatchMoveMappingItem | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TFDBatchMoveMappingItem();
Description
Destroys the TCollectionItem instance and frees its memory.
FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem.Destroy inherits from System.Classes.TCollectionItem.Destroy. All content below this line refers to System.Classes.TCollectionItem.Destroy.
Destroys the TCollectionItem instance and frees its memory.
Destroy is called indirectly by TCollection's Clear or Delete method.