FMX.Types.TLang.LoadFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromFile(const AFileName: string);

C++

void __fastcall LoadFromFile(const System::UnicodeString AFileName);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLang

Description

Loads the information from the file into the current TLang.

Call LoadFromFile to load the strings from the file specified as parameter into the TLang instance. The extension for a language file is .lng.

See Also