ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
CellCloseDialog (Function)
Hides a Cell control previously displayed in the page via CellDisplayDialog.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Share your projects via Git
Git is a source code manager......
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
Classes, members, methods and properties
A class is made of......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Constants for managing videos
List of constants used by the functions for video management....
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLReqExists (Function)
Checks the existence of a query.
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
<Page>.DisplayDialog (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.
SQLListSource (Function)
Lists the data sources declared on a local site.
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......