Back to Devexpress

TdxCustomListView.BeginUpdate Method

vcl-dxlistview-dot-tdxcustomlistview-25396fa7.md

latest823 B
Original Source

TdxCustomListView.BeginUpdate Method

Prevents List View updates until an EndUpdate call.

Declaration

delphi
procedure BeginUpdate;

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