FMX.Types.TLang.AutoSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoSelect: Boolean read FAutoSelect write FAutoSelect default True;

C++

__property bool AutoSelect = {read=FAutoSelect, write=FAutoSelect, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLang

Description

Set to True to automatically select the language from the list.

Use the AutoSelect property to specify whether TLang should automatically select a value from the list of available languages.

See Also