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

IdxRichEditSubDocument.Images Property

Provides access to the collection of both inline and floating images in a document.

#Declaration

Delphi
property Images: IdxRichEditDocumentImageCollection read;

#Property Value

Type
IdxRichEditDocumentImageCollection

#Remarks

Use this property to insert an image into the current document. To add an image to the end of the document, call the Images.Append function. Invoke the Images.Insert function if you need to insert an image to a specific position within a document. For more information on document images, refer to the IdxRichEditDocumentImageCollection interface description.

See Also