FMX.Types.TLang.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read FFileName write FFileName;

C++

__property System::UnicodeString FileName = {read=FFileName, write=FFileName};

Properties

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

Description

Specifies the name of the file that contains the translation strings.

Use the FileName property to specify the .lng file from which the TLang object loads its information.

See Also