ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Kanban control properties
In a window or page, you can use WLanguage properties to handle......
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
MySelf (Reserved word)
MySelf is used to handle the current control...
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
fOpen (Example)
Usage example of the fOpen function
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
7. Dynamic site on specific configurations
ExtractStringBetween (Function)
Allows you to: extract a substring between two given separators from a character string. search for substrings between two given separators in a character string....
Info (Function)
Displays a custom message in a system information window.
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
Image drawing and processing functions (prefix syntax)
List of image drawing and processing functions (prefix syntax)...
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
Local procedure
Two types of procedures are available......
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.