Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditDocument.GetRtfText Method

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