Skip to main content

TcxLocalizer.LoadFromStream(TStream) Method

Reads localized strings from a specified stream into the localization component’s cache.

Declaration

procedure LoadFromStream(AStream: TStream);

Parameters

Name Type
AStream TStream

Remarks

AStream specifies the source stream whose localized strings are stored in the INI format.

You can create INI files by SaveToStream method calls or using the Localizer Editoror any other application that provides INI file editing capabilities.

See Also