FMX.Controls.TStyledControl.DoStyleChanged
Delphi
procedure DoStyleChanged; virtual;
C++
virtual void __fastcall DoStyleChanged();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TStyledControl |
Description
Indicates that the control needs to update the style and calls Repaint.
FMX calls DoStyleChanged after the style was changed.