Filename
(string) The full path to the rich text (RTF) file.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
RichText.Paste
OverviewExamples
RichText.Paste ( string ObjectName )
De s cr ip t ion
Inserts the contents of the clipboard into a richtext object.
P arame t er s
ObjectName
(string) The name of the richtext object.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
RichText.SaveToFile
OverviewExamples
RichText.SaveToFile ( string ObjectName,
string Filename )
De s cr ip t ion
Saves the current text in a richtext object to an RTF file.
P arame t er s
ObjectName
(string) The name of the richtext object.