FMX.Controls.TStyledControl.DoStyleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStyleChanged; virtual;

C++

virtual void __fastcall DoStyleChanged(void);

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.

See Also