FMX.Controls.TStyledControl.AutoTranslate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoTranslate: Boolean read FAutoTranslate write FAutoTranslate;

C++

__property bool AutoTranslate = {read=FAutoTranslate, write=FAutoTranslate, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyledControl

Description

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