ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Window
19 results
9-slice scaling
9-slice scaling allows you to resize images without any distortion...
Animation of Mobile windows
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ...
WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications.
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ...
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device.
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only...
Clipping the window according to an image
An image can be used to easily define the shape of a window...
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!
Events associated with windows
List of events associated with windows
Left or right sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications...
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window...
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows...
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area...
Popup window
WINDEV allows you to open windows in popup format...
Properties associated with a window
List of properties associated with a window
The different types of windows
The following types of windows can be created in a WINDEV application...
Using the Vista style in your windows
WINDEV allows you to customize...
Window look: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use...
Window with parameters
A window can:
  • Receive parameters when it is opened.
  • Return values when it is closed.
Windows
The windows represent the main interface of a WINDEV application...