RichText.LoadFromFile

RichText.LoadFromFile ( 

string ObjectName,

string Filename )

Description

Loads text from an RTF file into a richtext object.

Parameters

ObjectName

(string) The name of the richtext object.

Filename

(string) The full path to the rich text (RTF) file.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions