ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
DateDifference (Function)
Calculates the number of days between two dates.
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
WDINT setup
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
Global and local variable
Two types of variables are available......
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
Managing Bluetooth Low Energy devices (prefix syntax)
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
TimeToString (Function)
Converts a time to a string in the specified format.
Z-index of a control
All the controls in a window or report have a different z-index......