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

IdxRichEditDocumentImage Interface

Exposes an inline image in a rich text document.

#Declaration

Delphi
IdxRichEditDocumentImage = interface(IInterface)

#Remarks

Inline images are treated as a single character in a rich text document.

The Rich Edit control supports inserting inline images into any subdocument, including the floating text box‘s content.

The IdxRichEditDocumentImage interface provides access to the properties and methods that allow you to:

The subdocument’s AppendImage, InsertImage, Images.Append, and Images.Insert functions reference the TdxRichEditDocumentImage interface.

#Inheritance

IInterface
IdxRichEditDocumentImage
See Also