FMX.ImgList.TImageList.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property OnChange;

Properties

Type Visibility Source Unit Parent
event published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TImageList

Description

If the component is not in the update state, then the OnChange event handler is executed immediately after any change in the TCustomImageList object. Otherwise, OnChange is executed after the EndUpdate method.

FMX.ImgList.TImageList.OnChange inherits from FMX.ImgList.TCustomImageList.OnChange. All content below this line refers to FMX.ImgList.TCustomImageList.OnChange.

If the component is not in the update state, then the OnChange event handler is executed immediately after any change in the TCustomImageList object. Otherwise, OnChange is executed after the EndUpdate method.

See also DoChange.

See Also