Table of Contents

TTMSFNCDataGrid.SaveToHTMLStreamData Method

Exports the visible grid content as an HTML table into a stream using the default encoding.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Overloads

Overload 1

Exports the visible grid content as an HTML table into a stream using the default encoding.

procedure SaveToHTMLStreamData(AStream: TStream); overload;

Parameters

Name Description
AStream Output stream to write HTML data to.

Overload 2

Exports the visible grid content as an HTML table into a stream using the specified encoding.

procedure SaveToHTMLStreamData(AStream: TStream; AEncoding: TEncoding); overload;

Parameters

Name Description
AStream Output stream to write HTML data to.
AEncoding Text encoding for the output stream.