ImageEn, unit iexRichEdit

TIERichEdit.InsertObjectDialog

TIERichEdit.InsertObjectDialog

Declaration

function InsertObjectDialog(): Boolean;

Description

Display the "Insert Object" dialog, which allows the user to select an object source and class name, and optionally show the object as an icon.

Note: Method will fail if AllowObjects = False

Example

// Display the Object Insertion dialog
IERichEdit1.InsertObjectDialog();