ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Editing the WEBDEV style sheet
WEBDEV allows you to manage all the WEBDEV styles used in a project......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
HScheduledTask structure
The HScheduledTask structure is kept for backward compatibility (this structure will still be supported in the forthcoming version)....
Salesforce functions (prefix syntax)
List of Salesforce functions (prefix syntax)...
<htmlDocument variable>.BuildString (Function)
Generates a UTF-8 string containing an HTML document.
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).