TTMSFNCLocalizationCollector.SaveToStream Method
Saves the collected translation data to the given stream.
API unit family: TMS.TMSFNCLocalizationCollector
Declaring type: TTMSFNCLocalizationCollector
Syntax
procedure SaveToStream(AStream: TStream; AFormat: string = 'JSON');
Parameters
| Name | Description |
|---|---|
AStream |
Stream to write the translation data to. |
AFormat |
Serialization format to write, for example 'JSON'. Defaults to 'JSON'. |