FMX.ImgList.TCustomImageList.OnChange
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.