[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TPopupMode

Defines where popup menus shall appear.

Declaration

Source position: forms.pp line 393

type TPopupMode = (

  pmNone,

  

default behavior - popup to mainform/taskbar window

  pmAuto,

  

popup to active form, and same as pmNone if no active form

  pmExplicit

  

popup to PopupParent, and same as pmNone if not exists

);