Vcl.CheckLst.TCheckListBox.Destroy
C++
/* TCustomCheckListBox.Destroy */ inline __fastcall virtual ~TCheckListBox() { }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Vcl.CheckLst.hpp | Vcl.CheckLst | TCheckListBox |
Description
Destroys the TCheckListBox instance and frees its memory.
Do not call Destroy directly in an application. Call Free instead. Free verifies that the check list box is not nil before it calls Destroy.