ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
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......
QuickActionPin (Function)
Generates a request to pin a quick action.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
SysReleaseDC (Function)
Frees the current DC (Device Context) retrieved by SysGetDC.
Sending elements to Free Technical Support
ActionPlanExecute (Function)
Runs an instance of the action plan in the software factory.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
WINDEV Mobile and SMS messages
WINDEV Mobile allows you to easily send and read SMS messages with the SMS functions of WLanguage......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Internal component
An internal component is a set of elements from a project......
JavaExecute (Example)
Usage example of the JavaExecute function
WLanguage procedure called by HTrack
WLanguage procedure called by HTrack
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Popup window
WINDEV allows you to open windows in popup format......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
CurrentYear (Function)
Returns the current year in integer format.
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Time and date management properties
List of properties for managing dates and times...
Creating the windows and the pages of the RAD pattern