JVCL Help:TJvSystemPopup.Position

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies in which system menu the popup menu items are inserted.


Pascal

 propertyPosition: TJvPopupPosition;


Description

Use Position to specify whether the popup menu is inserted in the forms system menu, the application's system menu, or isn't inserted at all.
These are the possible values of Position:

Value Meaning
ppNone The popup menu isn't inserted in a system menu.
ppForm The popup menu is inserted in the system menu of the form. Access this system menu by right-clicking on the forms title bar.
ppApplication The popup menu is inserted in the system menu of the application. Access this system menu by right-clicking the window button on the taskbar that is associated with the application.


See Also

TJvSystemPopup.Popup, TJvSystemPopup.PositionInMenu


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page