FMX.ImgList.TCustomImageList.UpdateImmediately

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateImmediately;

C++

void __fastcall UpdateImmediately();

Properties

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

Description

Initiates immediate notification of components using this image list about any changes in this image list.

By default, notifications are sent shortly after the changes. By default, if there are several changes in a short period of time, the count of notifications is not increased in order to reduce the number of redrawing of the controls.

See Also