ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android application: Using and sharing SQLite data
For the Android applications, the available databases are HFSQL (Classic and Client/Server) and SQLite....
2. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
New projects are often cross-platform....
What is an application?
An application is a set of objects (windows, controls, ......
4. WINDEV, WEBDEV and WINDEV Mobile: fully compatible format
WINDEV, WEBDEV and WINDEV Mobile: fully compatible format...
The "Funnel" charts
...The Funnel charts are often used to represent the steps in a sales process and to indicate the amount of potential revenues expected for each step....
ControlClone (Function)
Creates a new control from an existing control.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Managing sockets with WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions allowing you to perform an advanced management of sockets......
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
WDZip: Overview
WDZip is used to compress and group your files in archives......
ControlCreate (Function)
Creates a new control (of any type) in a window through programming.
Query
The keyword "Query" is used to describe:
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Operations in a Select query : add and delete
The following paragraphs present......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Custom properties (WLanguage)
A custom property is a code element with two events......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
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....
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
1
6
7
8
9
10
34
>