ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Value returned by the popup window when it is closed. This value is returned:by the RESULT keyword found in the closing code of the window,by Close,by ReturnedValue used before closing the window.
Name of window to open.
Specify the position and the opening mode of the popup window. These constants are as follows:poBottomThe popup window will be opened below the calling controlpoRightThe left border of the popup window will be aligned with the left control border. The popup window stretches to the right.poLeftThe right border of the popup window will be aligned with the right border of the control. The popup window stretches to the left.poTopThe popup window will be opened above the calling controlpoFixedPositionDisables the automatic positioning if the popup window may not be entirely visible on the screenpoAccordingToControlOpens the popup window according to the position of a control other than the calling control. In this case:the control name must be specified (<Control name>).the control name will be automatically retrieved by MyPopupControl.
Name of the control under which the popup window must be opened. This parameter must be specified only if the poAccordingToControl constant was used.
First parameter that will be passed to the "Global declarations" event of the window to open. These parameters are passed by reference and are considered as global variables to the window.
Nth parameter that must be passed to the "Global declarations" event of the window to open. These parameters are passed by reference and are considered as global variables to the window.
Characteristics of the popup window
Parameters passed to the window to open
Which opening mode to choose?
Limits
Last update: 03/29/2021
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: