ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Toast>.Display (Function)
Displays a "Toast" message.
Label (Property)
The Label property is used to get and define the label of an element.
<Source>.TransactionFree (Function)
Transforms all "in transaction" records into "Normal" records if they do not belong to an ongoing transaction.
<Connection variable>.TransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via Native Access) and creates the transaction file.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window......
HTransactionFree (Function)
Transforms all "in transaction" records into "normal" records if they do not belong to a transaction currently in progress.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
<Notification variable>.Add (Function)
Adds a notification to the system bar (Android) or notification center (iOS).
Window controls
Several types of controls can be used in a window, ......
New features in WINDEV 2025
WINDEV 2025 is now available!...
WINDEV Mobile concepts
11. Choosing the action of a button/link
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.