Vcl.ComCtrls.TCustomListView.UpdateGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateGroup(AnIndex: Integer);

C++

void __fastcall UpdateGroup(int AnIndex);

Properties

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

Description

Updates all items under the specified group.

Call UpdateGroup to update the items belonging to the group with the index given by AnIndex.

See Also