Vcl.CheckLst.TCheckListBox.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also