ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Displaying a Popup control at a specific position Hide the details
Name of the Popup control to be displayed.
Position to display the Popup control corresponding to one of the following constants: Versions 18 and laterpopupBottomCenterNew in version 18popupBottomCenterpopupBottomCenterThe Popup control is centered at the bottom of the visible part of the current page.popupBottomLeftThe Popup control is at the bottom left of the visible part of the current page.popupBottomRightThe Popup control is at the bottom right of the visible part of the current page.popupCenter(Default value)The Popup control is centered in the visible part of the current page.Versions 18 and laterpopupCenterLeftNew in version 18popupCenterLeftpopupCenterLeftThe Popup control is centered to the left of the visible part of the current page.Versions 18 and laterpopupCenterRightNew in version 18popupCenterRightpopupCenterRightThe Popup control is centered to the right of the visible part of the current page.Versions 26 and laterpopupDiscardableNew in version 26popupDiscardablepopupDiscardableThe Popup control can be discarded: the popup can be closed by pressing ESC or by clicking outside the popup. This constant can be combined with one of the other constants to position the Popup control.Versions 18 and laterpopupFixedNew in version 18popupFixedpopupFixedThe Popup control is pinned at the specified position: the position of the Popup control will not change if the page is scrolled or if the browser size is modified. This constant can be combined with another position constant of the Popup control (excluding popupPositionXY and popupMouseXY).popupMouseXYThe Popup control will be opened at the position of the mouse. This constant can only be used in a browser event (of a control or page). This constant cannot be used:in browser procedures.in the events directly or indirectly called from a browser procedure (via ExecuteProcess for example).in the browser code of a Button or Link control. This constant is not available.popupPositionXYThe Popup control will be opened at the specified X and Y positions.Versions 18 and laterpopupTopCenterNew in version 18popupTopCenterpopupTopCenterThe Popup control is centered at the top of the visible part of the current page.popupTopLeftThe Popup control is at the top left of the visible part of the current page.popupTopRightThe Popup control is at the top right of the visible part of the current page.
If the constant popupPositionXY is used, indicates the X position of the Popup control (in relation to the upper-left corner of the page). This parameter is expressed in pixels.
If the constant popupPositionXY is used, indicates the Y position of the Popup control (in relation to the upper-left corner of the page). This parameter is expressed in pixels.
Displaying a Popup control relatively to a control Hide the details
Name of the control that serves as a reference to display the Popup control.
Position to display the Popup control corresponding to one of the following constants: Versions 18 and laterpopupBottomCenterNew in version 18popupBottomCenterpopupBottomCenterThe Popup control is centered at the bottom of the control.popupBottomLeft(Default value)The Popup control is at the bottom left of the control.popupBottomRightThe Popup control is at the bottom right of the control.popupCenterThe Popup control is centered relative to the base control.Versions 18 and laterpopupCenterLeftNew in version 18popupCenterLeftpopupCenterLeftThe Popup control is centered to the left relative to the base control.Versions 18 and laterpopupCenterRightNew in version 18popupCenterRightpopupCenterRightThe Popup control is centered to the right relative to the base control.Versions 26 and laterpopupDiscardableNew in version 26popupDiscardablepopupDiscardableThe Popup control can be discarded: the popup can be closed by pressing ESC or by clicking outside the popup. This constant can be combined with one of the other constants to position the Popup control.popupPositionXYThe Popup control will be displayed at the specified X and Y positions.Versions 18 and laterpopupTopCenterNew in version 18popupTopCenterpopupTopCenterThe Popup control is centered at the top, relative to the base control.popupTopLeftThe Popup control is at the top left relative to the base control.popupTopRightThe Popup control is at the top right relative to the base control.
If the popupPositionXY constant is used, indicates the display X position of the popup (in relation to the upper-left corner of the control). This parameter is expressed in pixels.
If the popupPositionXY constant is used, indicates the display Y position of the popup (in relation to the upper-left corner of the control). This parameter is expressed in pixels.
Last update: 05/30/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: