Applies to
Declaration
property InternalPopup: TPopupMenu;
Description
The InternalPopup property gives access to the popup menu that TPlusMemo presents by default to the user when right clicking on it. If property PopupMenu is not assigned, TPlusMemo uses an internal instance of popup menu that contains basic operations like Cut, Copy, Paste, Undo, Redo. Application programmers can add menu items or modify those already contained by referring to property InternalPopup. Event OnInternalPopup is provided as a good place to make dynamic modifications to this menu.
The internal TPopupMenu referred to by this property should be considered as owned by TPlusMemo and should not be freed by your program.
Property InternalPopup has read only access, and is accessible at run time only.