FMX.StdCtrls.TCustomButton.ImagesChanged
Delphi
procedure ImagesChanged; virtual;
C++
virtual void __fastcall ImagesChanged();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TCustomButton |
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 or when you change the ImageIndex property.