FMX.StdCtrls.TLabel.DoChanged

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.StdCtrls.TLabel.DoChanged inherits from FMX.StdCtrls.TPresentedTextControl.DoChanged. All content below this line refers to FMX.StdCtrls.TPresentedTextControl.DoChanged.

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