ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
DateTime (Variable type)
The DateTime type allows you to manipulate dates and times...
Requirement
To manage the project development lifecycle, the Project Management Hub allows you to set requirements......
4. WEBDEV, WINDEV and WINDEV Mobile: fully compatible format
HClient structure
The HClient structure is used to......
The Table control
The Table allows users to easily view and enter data stored in memory or from a table, view or query......
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
HClusterNodeInfo (Function)
Returns the status of each cluster node by interrogating the coordinator.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
<Connection variable>.AddGroup (Function)
Adds a group of users.
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.
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....