Vcl.JumpList.TJumpCategoryItem.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TJumpCategoryItem();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Vcl.JumpList.pas Vcl.JumpList.hpp |
Vcl.JumpList | TJumpCategoryItem |
Description
Destroys the TJumpCategoryItem instance and frees its memory.
Destroy is called indirectly by the Clear or Delete method of TJumpCategories .