FMX.ListBox.TCustomComboBox.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 | TCustomComboBox |
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.