[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.EndUpdate

Finishes an active update for the list view control.

Declaration

Source position: comctrls.pp line 1622

public procedure TCustomListView.EndUpdate;

Description

EndUpdate is a method which decrements the internal counter used to track active updates for the list view control. An catchable debugger exception is raised if EndUpdate is called when an the internal counter is already 0.

EndUpdate removes the value lffPreparingSorting from the flags for the control. This allows reordering of list items using sort methods to be performed. When the internal update counter reaches 0, the corresponding method in the widgetset class is called when its handle has been allocated.


Version 3.2 Generated 2024-02-25 Home