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.Range Property

Returns the inline image’s position within its parent document.

#Declaration

Delphi
property Range: IdxRichEditDocumentRange read;

#Property Value

Type
IdxRichEditDocumentRange

#Remarks

This property returns the document range corresponding to the inline image. Since inline images are positioned as a single character in text, the Range.Length property always returns 1.

To delete the floating shape, pass the Range property value as a parameter of the parent document’s Delete procedure.

See Also