FMX.Types.TLang.StoreInForm

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StoreInForm: Boolean read FStoreInForm write FStoreInForm default True;

C++

__property bool StoreInForm = {read=FStoreInForm, write=FStoreInForm, default=1};

Properties

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

Description

Creates a link between the TLang object and the form.

By setting the StoreInForm property to True, the TLang instance recognizes the objects on the form and their Text properties, allowing the translations.

See Also