Back to Devexpress

TdxCustomListView.UpdateItems(Integer,Integer) Method

vcl-dxlistview-dot-tdxcustomlistview-dot-updateitems-x28-system-dot-integer-system-dot-integer-x29.md

latest1.1 KB
Original Source

TdxCustomListView.UpdateItems(Integer,Integer) Method

Updates all items in the List View.

Declaration

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

Parameters

NameTypeDescription
AFirstIndexInteger

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

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit