ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Copying and cloning
Variables are copied using the "=" operator...
Functions for managing menus (prefix syntax)
List of functions for managing menus...
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
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......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
WDInst: handling the files to install
By default, the files to install are......
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
<htmlDocument variable>.Save (Function)
Saves the content of an htmlDocument variable to an HTML file.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
OrientationTitle (Property)
The OrientationTitle property is used to: Find out if the title of an Table control column (or all Table control columns) are tilted.. Tilt or not the title of an Table control column (or of all Table control columns)....
<Word Processing>.Save (Function)
Saves a document as a "docx" file.