FMX.StdCtrls.TLabel.DoChanged

From RAD Studio API Documentation

Delphi

procedure DoChanged; override;

C++

virtual void __fastcall DoChanged(void);

Properties

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

Description

Updates the representation of the text that is displayed on the control. {{#multireplace:FMX.StdCtrls.TLabel.DoChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.StdCtrls.TPresentedTextControl.DoChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.StdCtrls.TPresentedTextControl.DoChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Updates the representation of the text that is displayed on the control.

Call this method to apply your changes to the text representation.

See Also