Skip to main content

TdxCustomListView.UpdateItems(Integer,Integer) Method

Updates all items in the List View.

Declaration

procedure UpdateItems(AFirstIndex: Integer; ALastIndex: Integer);

Parameters

Name Type Description
AFirstIndex Integer

This parameter is intended for backward compatibility with the TListView control. The procedure ignores the AFirstIndex parameter.

ALastIndex Integer

This parameter is intended for backward compatibility with the TListView control. The procedure ignores the ALastIndex parameter.

See Also