ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
4. When to use the debugger?
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
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....
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......
Native Access Connector
This type of Native Connector allows access to ACCESS databases for better interoperability purposes......
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
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....
hbColumnDescription (Type of variable)
The hbColumnDescription type is used to define the advanced characteristics of a group of columns (items).
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
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.
Reverse code modeling
The reverse code modeling allows you to view in a graph......