ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
12. Control templates
WINDEV Mobile allows you to create control templates....
Creating user accounts
A User account allows the server administrator to......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol....
Reverse code modeling
The reverse code modeling allows you to view in a graph......
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases......
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Multilingual messages: Convert to new format (version 27 and later)
WINDEV, WEBDEV and WINDEV Mobile have included multilingual project support in many previous versions......
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....