Table of Contents

TTMSFNCWXHTMLMemo.SaveAsHTMLFile Method

Saves the current content as an HTML file.

API unit family: TMSFNCWXHTMLMemo Declaring type: TTMSFNCWXHTMLMemo Inherited from: TTMSFNCWXCustomHTMLMemo

Syntax

procedure SaveAsHTMLFile(AFileName: string ; AEncoding: TEncoding = Nil);

Parameters

Name Description
AFileName The full path of the file to write.
AEncoding The text encoding to use; when not specified, a default encoding is applied.