Table of Contents

TTMSFNCDataLinkJSON.SaveToStream Method

Saves the current JSON data to a stream.

API unit family: TMS.TMSFNCDataLinkJSON Declaring type: TTMSFNCDataLinkJSON Inherited from: TTMSFNCCustomDataLinkJSON

Syntax

procedure SaveToStream(AStream: TStream; AEncoding: TEncoding); override;

Parameters

Name Description
AStream Destination stream.
AEncoding Text encoding used by the stream.