FMX.StdCtrls.TPresentedTextControl.DoStyleChanged

From RAD Studio API Documentation

Delphi

procedure DoStyleChanged; override;

C++

virtual void __fastcall DoStyleChanged(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TPresentedTextControl

Description

Indicates that the control needs to update the style and calls Repaint. {{#multireplace:FMX.StdCtrls.TPresentedTextControl.DoStyleChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TStyledControl.DoStyleChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TStyledControl.DoStyleChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Indicates that the control needs to update the style and calls Repaint.

FMX calls DoStyleChanged after the style was changed.

See Also