ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLChangeConnection (Function)
Modifies the current connection.
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
Address
The Address keyword can correspond to...
The Carousel control
The Carousel control is used to display an animated menu made of images......
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLFirst (Function)
Positions on the first row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
SQLLast (Function)
Sets the position on the last row of the query result.
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
2. UML models
2. UML models
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Camera/Video functions (prefix syntax)
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
Password (Property)
The Password property sets and changes the password.
User (Property)
The User property is used to identify and change the user of a feature.
Video functions
List of video functions...
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
3. UML models in practice