Vcl.CheckLst.TCheckListBox.ResetContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetContent; override;

C++

DYNAMIC void __fastcall ResetContent();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.CheckLst.pas
Vcl.CheckLst.hpp
Vcl.CheckLst TCheckListBox

Description

Removes all of the items from a list box.

Vcl.CheckLst.TCheckListBox.ResetContent inherits from Vcl.StdCtrls.TCustomListBox.ResetContent. All content below this line refers to Vcl.StdCtrls.TCustomListBox.ResetContent.

Removes all of the items from a list box.

ResetContent is used to remove the items from the list box. ResetContent is used, for example, by the Clear method.

See Also