ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
saasUser (Type of variable)
The saasUser type is used to define the advanced characteristics of a user of SaaS site.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
How to clone and use columns in a Table control?
In some cases, a Table control must be filled with an unknown number of columns (when creating the control)....
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
fLock (Function)
Entirely or partially locks an external file.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
WDLog: Restoring a data file from its log
WDLog is used to apply to a backup of a data file the different operations saved in the log of this file......
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
String functions
List of functions for managing character strings...
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Handling the checks
The monitor of the monitoring robot allows you to access the different checks started by the monitoring robot......
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Bluetooth constants
List of constants used by the Bluetooth functions....
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...