FMX.StdCtrls.TLabel.AutoTranslate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoTranslate: Boolean read FAutoTranslate write FAutoTranslate default 1;

C++

__property AutoTranslate = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TLabel

Description

Specifies whether the control's text should be translated.

FMX.StdCtrls.TLabel.AutoTranslate inherits from FMX.Controls.TStyledControl.AutoTranslate. All content below this line refers to FMX.Controls.TStyledControl.AutoTranslate.

Specifies whether the control's text should be translated.

Set AutoTranslate to True to permit the control text (if it exists) to be translated, when the control is used in an application available in several languages. Set it to False to keep the text unchanged.

See Also