[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Defines the parent handling for forms and dialogs.
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 |
); |
lazarus-ccr.sourceforge.net |