Skip to main content

TcxCustomListView.UpdateItems(Integer,Integer) Method

Redraws a range of items.

Declaration

procedure UpdateItems(FirstIndex: Integer; LastIndex: Integer);

Parameters

Name Type
FirstIndex Integer
LastIndex Integer

Remarks

Call the UpdateItems to redraw the items in the list view control.

The parameters of this method specify the range of items to redraw.

See Also