ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
dCopyScreenImage (Function)
Copies the screen content to an Image variable or to an Image control.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Developing sites for specific platforms
Many devices can be used to display websites (Android phone, iPhone, etc....
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
FullScreen (Function)
Enables or disables the full-screen mode in the applications in Universal Windows 10 App mode.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
SysIconModify (Function)
Modifies the icon file and/or the hover text of the icon in the taskbar (lower-right corner of the screen)....
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
CoordinateEditorToScreen (Function)
Converts a size or a position specified in the reference dpi in the editor (160 dpi) to the native dpi of screen on the device where the application is run.
SystemBarColor (Property)
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices.
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
1
2
3
4
5
6
32
>