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

TcxCustomRichEdit.InsertObject Method

Inserts an object into a rich edit control.

#Declaration

Delphi
function InsertObject: Boolean;

#Returns

Type
Boolean

#Remarks

The InsertObject method invokes the standard Insert Object dialog, which allows an end-user to select an object source, as well as the option of displaying the object as itself or as an icon.

The InsertObject method returns True, if the object has been placed into the rich edit control.

Object embedding is allowed if the rich editor’s Properties.AllowObjects property is True.

See Also