Table of Contents

TTMSFNCDataLinkCSV.SaveToStream Method

Saves the current CSV data to a stream.

API unit family: TMS.TMSFNCDataLinkCSV Declaring type: TTMSFNCDataLinkCSV Inherited from: TTMSFNCCustomDataLinkCSV

Syntax

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

Parameters

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