ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Option (Property)
The Option property is used to get and change certain options.
2. WEBDEV administrator in practice
9. Generation modes
WINDEV Mobile includes different types of generation......
14. Generation modes
Generation modes...
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed on the computer...
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
The pages
Pages are the main interface of a WEBDEV site......
Windows
The windows represent the main interface of a WINDEV application......
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
12. Retrieving data from a site
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
SQLSeek (Function)
Positions on the specified result row of the query.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
SQLReqExists (Function)
Checks the existence of a query.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.