ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Query technical documentation
The query editor automatically creates a technical documentation for each query......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
The "Analysis" pane
The "Analysis" pane lists......
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Select query description window
The description window of a select query includes several sections......
Native SQL Server Connector license agreement
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
8. If you are already familiar with WINDEV
Description window of a combining query
The description window of a combining query consists of several sections......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Functions for managing objects (External language)
Sub-query
A sub-query is a query whose result is used by another query......
13. Types of standard controls
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Operations in a Select query : add and delete
The following paragraphs present......
Query
The keyword "Query" is used to describe:
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....