Table of Contents

TTMSFNCDataGridRenderer.SaveToHTMLStreamData Method

Writes HTML export of the grid to AStream.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Overloads

Overload 1

Writes HTML export of the grid to AStream.

procedure SaveToHTMLStreamData(AStream: TStream); overload; virtual;

Parameters

Name Description
AStream Destination stream that receives the HTML export.

Overload 2

Writes HTML export of the grid to AStream with the specified encoding.

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

Parameters

Name Description
AStream Destination stream that receives the HTML export.
AEncoding Text encoding used when writing the HTML stream.