Table of Contents

TTMSFNCCustomDataLinkCSV.SaveToStream Method

Saves the current CSV data to a stream.

API unit family: TMS.TMSFNCDataLinkCSV Declaring type: TTMSFNCCustomDataLinkCSV

Syntax

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

Parameters

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