IdxRichEditDocument.GetRtfText Method
In This Article
Returns the entire document content as an RTF string.
#Declaration
Delphi
function GetRtfText: string; overload;
#Returns
Type |
---|
string |
#Remarks
Call this function to obtain a copy of the document’s content as an RTF string. The GetRtfText function performs a document export operation like a SaveDocument procedure.
The GetRtfText function is the RtfText property’s getter.
See Also