Vcl.ComCtrls.TCustomListView.UpdateGroups

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateGroups;

C++

void __fastcall UpdateGroups();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

Updates the items in all groups.

Call UpdateGroups to update all items belonging to any of the defined groups.

See Also