TcxLocalizer.LoadFromFile(TFileName) Method
In This Article
Reads localized strings from a specified INI file into the localization component’s cache.
#Declaration
Delphi
procedure LoadFromFile(const AFileName: TFileName = '');
#Parameters
Name | Type |
---|---|
AFile |
TFile |
#Remarks
AFileName specifies the INI file.
You can create INI files by SaveToFile method calls or using the Localizer Editoror any other application that provides INI file editing capabilities.
See Also