ImageEn, unit iexRichEdit |
|
TIERichEdit.ObjectPropertiesDialog
TIERichEdit.ObjectPropertiesDialog
Declaration
function ObjectPropertiesDialog(): Boolean;
Description
Display the "Object Properties" dialog, which edit information about an object.
Returns true if the dialog could be displayed and the user pressed the OK button, otherwise returns false.
To check whether an object is selected ensure
SelectionTypes = [slObject].
Note: Method will fail if
AllowObjects = False
// Show properties of the selected object
IERichEdit1.ObjectPropertiesDialog();