| | |
Constant | Description | Used by the functions |
---|
Default | Configure the size | WinSize |
effectAnimation | Disables the animations of the windows. | WinDisableEffect |
effectBlur | Disables the halo around the buttons. | WinDisableEffect |
effectDDW | Disables the DDW feature. | WinDisableEffect |
effectTranslucentBorder | Disables the translucent border of windows. | WinDisableEffect |
imgCentered | Display mode: image centered in window. | WinBackgroundImage |
imgH | Display mode: Image enlarged or reduced to the same proportions as the original image, to be displayed entirely in the window. | WinBackgroundImage |
imgHC | Display mode: Image enlarged or reduced in size, respecting the proportions of the original image and centered in the window. | WinBackgroundImage |
imgHCE | Display mode: Image enlarged or reduced in size, respecting the proportions of the original image, so that the smaller side of the image is displayed entirely in the window, and centered in the window. | WinBackgroundImage |
imgHCWIS | Display mode: If the image can be displayed entirely in the window, it is displayed at 100% and centered in the window.. Otherwise, the image is proportionally reduced so that it can be entirely displayed and centered in the window. | WinBackgroundImage |
imgHE | Display mode: Image enlarged or reduced in size, respecting the proportions of the original image, so that the smaller side of the image is displayed entirely in the window. | WinBackgroundImage |
imgHWIS | Display mode: If the image can be displayed entirely in the window, it is displayed at 100%.. Otherwise, it is downsized, while maintaining its aspect ratio to fit the control. | WinBackgroundImage |
imgNormal | Display mode: 100% at top left of window. | WinBackgroundImage |
imgStretched | Display mode: image distorted to occupy the entire window surface. | WinBackgroundImage |
imgTiled | Display mode: Image displayed at 100% and repeated to occupy the entire window (mosaic). | WinBackgroundImage |
MaxSize | Window display mode: Maximize window. | WinSize |
MinSize | Window display mode: iconized window. | WinSize |
NormalSize | Window display mode: neither maximized nor iconized. | WinSize |
poAccordingToControl | Opens 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 name of the control will be automatically retrieved by MyPopupControl.
Constant kept for backward compatibility | OpenPopupPosition |
poBottom | The popup window will be opened below the calling control. Constant kept for backward compatibility | OpenPopupPosition |
poFixedPosition | Disables the automatic positioning if the popup window may not be entirely visible on the screen. Constant kept for backward compatibility | OpenPopupPosition |
poLeft | The right border of the popup window will be aligned with the right border of the control. The popup window stretches to the left. Constant kept for backward compatibility | OpenPopupPosition |
popAbove | The popup window will be opened above the calling control. | OpenPopupAsynchronous OpenPopupPosition |
popAccordingToControl | Opens the popup window according to the position of a control other than the calling control. | OpenPopupAsynchronous OpenPopupPosition |
popAlignedLeft | The left border of the popup window will be aligned with the left control border. The popup window stretches to the right. | OpenPopupAsynchronous OpenPopupPosition |
popAlignedRight | The right border of the popup window will be aligned with the right border of the control. The popup window stretches to the left. | OpenPopupAsynchronous OpenPopupPosition |
popBelow | The popup window will be opened below the calling control. | OpenPopupAsynchronous OpenPopupPosition |
popCenteredHorizontally | The popup window is centered horizontally with the calling control. | OpenPopupAsynchronous OpenPopupPosition |
popCenteredWindow | The popup window is centered relative to the parent window. | OpenPopupAsynchronous OpenPopupPosition |
popDefault | The position of the popup window is set by default. | OpenPopupAsynchronous OpenPopupPosition |
popDisableAutoRepositioning | Disables automatic repositioning if the popup window is likely to be truncated. | OpenPopupAsynchronous OpenPopupPosition |
poRight | The left border of the popup window will be aligned with the left control border. The popup window stretches to the right. Constant kept for backward compatibility | OpenPopupPosition |
poTop | The popup window will be opened above the calling control. Constant kept for backward compatibility | OpenPopupPosition |
screenAll | Coordinates of the screen where the window is displayed: total screen size. | WinScreenRectangle |
screenWithoutTaskbar | Coordinates of the screen where the window is displayed: If the taskbar is active on the screen, its size is subtracted. | WinScreenRectangle |
swBottom | A bottom sliding window (bottom sheet) is used. | WinSlidingVisible |
swCollapsed | Only the content at the top of the sliding window is shown at the bottom of the host window. | WinSlidingVisible |
swExpanded | The bottom sliding window takes up the entire screen or most of it, hiding the contents of the host window. | WinSlidingVisible |
swHalfExpanded | Most of the content of the bottom sliding window is shown on screen. Generally, this mode takes up half of the host window. | WinSlidingVisible |
swInvisible | The sliding window is invisible. Note: in previous versions, this constant corresponded to the value False for this parameter. | WinSlidingVisible |
swLeft | The left sliding window is used. | WinSlidingVisible |
swRight | The right sliding window is used. | WinSlidingVisible |
swVisible | The sliding window is visible. Note: in previous versions, this constant corresponded to the value True for this parameter. | WinSlidingVisible |
waBook | The plane of the window is displayed on a book that opens. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waCircularFadeIn | The window is displayed inside a disk whose size increases. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waDefault | Default animation proposed by WINDEV. This constant cannot be combined with the other constants. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waFountain | The window appears bit by bit, as if coming out of a fountain. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waInterleave | The four corners of the window merge while inter-penetrating. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waMorphCylinder | The plane of the window is displayed on a cylinder that slowly changes into a plane. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waMorphSphere | The plane of the window is displayed on a sphere that slowly changes into a plane. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waMorphWave | The plane window is displayed on waves that fade away. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waNone | No animation. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waRandom | A random animation is selected by WINDEV. This constant cannot be combined with the other constants. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waRotationMulti | The window rotates around all axes. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waRotationX | The window quickly rotates around the X-axis. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waRotationY | The window slowly rotates around the Y-axis. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waTopFilling | The window fills from the top to the bottom. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waTransparent1 | The window transparency changes from 30 % to 80 %. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waTransparent2 | The window transparency changes from 0% to 100%. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waTransparentFixed | The transparency remains the same (50%) during the animation. | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waVista | Windows Vista animation (combination of rotation, transparency and relocation). | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waZigZag | Zig zag effect | WinAnimationClosing WinAnimationOpening WinAnimationNext |
waZoom | Zoom from the position of the click to the final position (straight line and constant speed). | WinAnimationClosing WinAnimationOpening WinAnimationNext |
winOrientationLandscape | Window displayed in landscape mode. | WinOrientation |
winOrientationPortrait | Window displayed in portrait mode. | WinOrientation |
New in version 2025woDirect2D | Window creation mode: Runtime windows use the "Direct 2D" mechanism. | |
New in version 2025woWithHandle | Window creation mode: Runtime windows use the handle mechanism. | |
New in version 2025woWithoutHandle | Window creation mode: Runtime windows don't use the handle mechanism. | |