ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Power (Function)
Raise a number to a power.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
Developing an application for Apple Watch
An Apple Watch application is an application intended for a watch associated with an iOS device (phone, tablet, ......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Example for creating a select query
This help page explains how to create two select queries......
Specific features of the applications for iPhone/iPad
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
ServiceWaitStatus (Function)
Waits for a service to be in a specific status.
BTLEGetAllServices (Function)
Retrieves all the services corresponding to a UUID.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
MsgSortSel (Property)
The MsgSortSel property is used to: Find out the wait message displayed when sorting and selecting the report records. Modify the wait message displayed when sorting and selecting the report records....
WaitWindowStart (Function)
Opens the wait window of application.
<btleDevice variable>.GetAllServices (Function)
Retrieves all the services corresponding to a UUID.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
HAdd (Example)
Usage example of the HAdd function
<Kanban>.InsertCard (Function)
Inserts a card in a Kanban list.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
KanbanMoveCard (Function)
Moves a card in a Kanban control.
KanbanInsertCard (Function)
Inserts a card in a Kanban list.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
ERR_BAD_CONFIG
ERR_BAD_CONFIG: The configuration of the APPLICATION_NAME site is incorrect for the %s value....
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.