Back to Devexpress

TdxCustomListView.EndUpdate Method

vcl-dxlistview-dot-tdxcustomlistview-f511deaf.md

latest788 B
Original Source

TdxCustomListView.EndUpdate Method

Enables List View updates after a BeginUpdate procedure call.

Declaration

delphi
procedure EndUpdate;

Remarks

Every time the List View control changes, it redraws its client area. Enclose multiple List View changes between the BeginUpdate and EndUpdate procedure calls to improve performance and prevent the control from flickering.

Note

An EndUpdate procedure call should follow every BeginUpdate procedure call, even if an exception occurs.

See Also

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit