FMX.ImgList.TCustomImageList.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoChanged; virtual;

C++

virtual void __fastcall DoChanged();

Properties

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

Description

Calls the OnChanged event handler. DoChanged is called a short time after one or more changes has been done to the image list just before sending notifications to all controls that use an image from this image list.

Do not call DoChanged explicitly.

See Also