FMX.Controls.TTextControl.DoStyleChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStyleChanged; override;

C++

virtual void __fastcall DoStyleChanged();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Calls the inherited TStyledControl.DoStyleChanged, then tries to translate the Text.

DoStyleChanged calls the inherited TStyledControl.DoStyleChanged to set that the control needs to update the style, then calls Repaint to redraw the control, and then tries to translate the control's Text calling Translate.

See Also