Vcl.ComCtrls.TListItems.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate;

C++

void __fastcall EndUpdate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListItems

Description

Reenables screen repainting that was turned off with the BeginUpdate method.

Call EndUpdate after completing changes to the list that were begun with a call to the BeginUpdate method. When every call to BeginUpdate is matched by a subsequent call to EndUpdate, the list view image updates to reflect all changes that occurred while repaints were disabled.

See Also