IWxViewExporter.ExportToText

Syntax

ExportToText(FormatTag: String): String;

ExportToText(FormatTag: string): string;

Parameters

FormatTag. File format. Only HTML format is permitted.

Description

The ExportToText method converts a workspace into HTML format. The method returns a string as HTML code.

Comments

The method is outdated.

See also:

IWxViewExporter