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.SetUri(string) Method

Sets the URI (universal resource identifier) for the inline image’s source bitmap.

#Declaration

Delphi
procedure SetUri(const Value: string);

#Parameters

Name Type
Value string

#Remarks

Call this procedure and pass an external image’s URI as the Value parameter to change the inline image’s source bitmap. The control calls this procedure internally when you update an image’s URI in the INCLUDEPICTURE document field:

{ INCLUDEPICTURE "C:\TMP\Mypicture.png" \d}

Note

A SetUri procedure call updates the stored images only in an Office Image container for external images (a TdxUriOfficeImage object rather than TdxOfficeImage) accessible via the Image property.

The SetUri procedure is the Uri property’s setter.

See Also