TcxLocalizer.LoadFromFile(TFileName) Method
Reads localized strings from a specified INI file into the localization component’s cache.
Declaration
procedure LoadFromFile(const AFileName: TFileName = '');
Parameters
| Name | Type |
|---|---|
| AFileName | TFileName |
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