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

TPopupMode

Defines the parent handling for forms and dialogs.

Declaration

Source position: forms.pp line 422

type TPopupMode = (

  pmNone,

  

modal: popup to active form or if not available, to main form; non-modal: no window parent

  pmAuto,

  

modal & non-modal: popup to active form or if not available, to main form

  pmExplicit

  

modal & non-modal: popup to PopupParent or if not available, to main form

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.