FMX.ImgList.TCustomImageList.OnChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnChange: TNotifyEvent read FOnChange write FOnChange;

C++

__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};

Properties

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

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.

See also DoChange.

See Also