API:Vcl.ImgList.TCustomImageList.EndUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EndUpdate;

C++

HIDESBASE void __fastcall EndUpdate(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Description

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

Vcl.ImgList.TCustomImageList.EndUpdate inherits from System.ImageList.TBaseImageList.EndUpdate. All content below this line refers to System.ImageList.TBaseImageList.EndUpdate.

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