FMX.ListBox.TCustomListBox.ImagesChanged
Delphi
procedure ImagesChanged; virtual;
C++
virtual void __fastcall ImagesChanged();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | FMX.ListBox.pas FMX.ListBox.hpp | FMX.ListBox | TCustomListBox | 
Description
Should be called when the component needs to redraw the image.
ImagesChanged should be called when you change the Images reference to the TCustomImageList object or the object itself.