Vcl.StdCtrls.TCustomListBox.ResetContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetContent; dynamic;

C++

DYNAMIC void __fastcall ResetContent();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomListBox

Description

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