Vcl.ComCtrls.TCustomListView.UpdateItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateItems(FirstIndex, LastIndex: Integer);

C++

void __fastcall UpdateItems(int FirstIndex, int LastIndex);

Properties

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

Description

Redraws a range of items, starting at FirstIndex and ending at LastIndex.

Call UpdateItems after making changes that affect the display image of the list items in the specified range.

See Also