Vcl.Controls.TImageList.OnChange

From RAD Studio API Documentation

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property OnChange;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TImageList

Description

Occurs when the image list changes. {{#multireplace:Vcl.Controls.TImageList.OnChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ImgList.TCustomImageList.OnChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ImgList.TCustomImageList.OnChange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when the image list changes.

Write an OnChange event handler to execute code when the image list changes. Any objects registered with the RegisterChanges method will also be notified.

See Also