Skip to main content

TcxLocalizer.SaveToStream(TStream,Boolean) Method

Writes localized strings from the localization component’s cache to the specified stream.

Declaration

procedure SaveToStream(AStream: TStream; AIsAnsiSaveFormat: Boolean);

Parameters

Name Type
AStream TStream
AIsAnsiSaveFormat Boolean

Remarks

This method saves localized strings in the INI format.

AStream specifies the target stream.

AIsAnsiSaveFormat specifies whether strings are to be ANSI or Unicode encoded. Set AIsAnsiSaveFormat to True, to stream the data as ANSI encoded.

See Also