| | |
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 the window. | WinBackgroundImage |
imgH | Display mode: Image enlarged or reduced (by respecting the proportions of the initial image) to occupy the entire surface of the window. | WinBackgroundImage |
imgHC | Display mode: Image enlarged or reduced (by respecting the proportions of the initial image) and centered in the window. | WinBackgroundImage |
imgHCE | Display mode: Image enlarged or reduced (by respecting the proportions of the initial image) so that the smaller side of the image is entirely displayed in the window and centered in the window. | WinBackgroundImage |
imgHCWIS | Display mode: If the image can be entirely displayed 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 (by respecting the proportions of the initial image) so that the smaller side of the image is entirely displayed in the window. | WinBackgroundImage |
imgHWIS | Display mode: If the image can be entirely displayed in the window, it is displayed at 100%. Otherwise, the image is proportionally reduced in order to be entirely displayed. | WinBackgroundImage |
imgNormal | Display mode: 100% in the top left corner of the window. | WinBackgroundImage |
imgStretched | Display mode: image stretched across the entire surface of the window. | WinBackgroundImage |
imgTiled | Display mode: Image displayed at 100% and tiled to occupy the entire surface of control (tile). | WinBackgroundImage |
MaxSize | Display mode of the window: maximized window. | WinSize |
MinSize | Display mode of the window: minimized window. | WinSize |
NormalSize | Display mode of the window: window neither maximized, nor minimized. | 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 size of the screen. | WinScreenRectangle |
screenWithoutTaskbar | Coordinates of the screen where the window is displayed: If the taskbar is active on the screen, its size is subtracted. | WinScreenRectangle |
swLeft | The left sliding window is used. | WinSlidingVisible |
swRight | The right sliding window is used. | 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 click position 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 |