FMX.Types.TLang.SaveToFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToFile(const AFileName: string);

C++

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

Properties

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

Description

Saves the information from the current TLang instance as a file.

Call SaveToFile to save the strings from the TLang into the file specified as parameter. The extension for a language file is .lng.

See Also