IdxRichEditDocumentImage.Range Property
In This Article
Returns the inline image’s position within its parent document.
#Declaration
Delphi
property Range: IdxRichEditDocumentRange read;
#Property Value
Type |
---|
Idx |
#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