Specifies the items that appear in the popup menu when right-clicking in a TIERichEdit or editing formatted text of TIETextLayer.
Notes: - The popup menu is used if TIERichEdit.PopupMenu is not assigned and PopupMenuAuto is set to true - The popup menu for editing of plain text layers is controlled by TextEditorPopupMenu - Set RichEditorPopupMenu to [] to disable the popup menu
Examples
// Show only clipboard items in the popup menu IEGlobalSettings().RichEditorPopupMenu := [irbRichEditClipboard]; IERichEdit1.PopupMenu := nil;
// Disable the popup menu IEGlobalSettings().RichEditorPopupMenu := [];