RTFExport Method (Obsolete)

Writes the contents of a Text Control to a file with the specified name using the Rich Text Format.

Syntax

   TXTextControl.RTFExport Filename

Return Value

The method returns True when the data has been written to the file. Otherwise it returns False.

Remarks

RTF (Rich Text Format) is one of the most common interchange formats for text documents. Most word processors available for Windows are able to read and write RTF files.

Data Types

FileName:    String
Return value:    Boolean

See Also