TcxCustomRichEdit.InsertObject Method
Inserts an object into a rich edit control.
Declaration
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