ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
fLock (Function)
Entirely or partially locks an external file.
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Step 1: Configuring the print parameters
This step allows you to choose......
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
docSection (Type of variable)
The docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Creating the Relation windows of a WINDEV RAD pattern
Scheduler report
The report editor allows you to create "Scheduler" reports....
Hyper File functions available for backward compatibility
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
gBackground (Function)
Builds a sequence of characters used to define the display color (background color of a text, circle, rectangle, ...).
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
Programming overview in C and C++
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
FileToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible). the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....