System.ImageList.TBaseImageList.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
System.ImageList.pas
System.ImageList.hpp
System.ImageList TBaseImageList

Description

EndUpdate decrements the counter of started and not accomplished updates. When EndUpdate sets the counter to zero, it clears csUpdating and calls Change.

Each call of EndUpdate decrements by one the internal counter of started and not accomplished updates of the current image list object. When EndUpdate sets the counter to zero, it clears the csUpdating state to the current list object to enable execution of DoChange and calls Change.

See Also