ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
RowDetailsBinding (Property)
The RowDetailsBinding property allows you to identify and modify the data binding used to display the details of a row in a Table control based on a data file.
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
Setup of the WEBDEV Application Server for Linux
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
AppServerInfoScheduledTask (Function)
Reads the description of a scheduled task.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
SNMPTrapDisable (Function)
Disables the interception of an SNMP trap.
ParallelTaskConfigure (Function)
Modifies the parameters of parallel tasks.
AppServerModifyScheduledTask (Function)
Modifies an existing scheduled task.
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
<ParallelTask variable>.RequestCancellation (Function)
Requests the cancellation of a parallel task.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
SchedulerTaskList (Function)
Retrieves the list of scheduled tasks.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
SchedulerDeleteTrigger (Function)
Deletes a trigger from a scheduled task.
<HFSQL connection>.TransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.