ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
15. Unit tests on the executable
Starts reading the current media on the UPnP device....
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV field or window (set up using the Event function).
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
MemoryCurrency (Property)
The MemoryCurrency property gets and sets the currency used when manipulating a "Currency + Euro" control programmatically.
AllModifiableWithReportsAndQueries (Property)
The AllModifiableWithReportsAndQueries property is used to determine if a report can be modified in Reports & Queries.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
Repositionable note (AAF)
End users can create repositionable notes in all the windows of their WINDEV applications......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Installer theme
The setup program creation wizard lets you customize the setup program windows......
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Utility components
WINDEV includes several utility components that allow you to handle data directly......
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
WEBDEV cluster: Proxy configuration
To use a WEBDEV cluster, it is necessary to distribute the load between the different cluster nodes (each node corresponding to a WEBDEV Application Server)......
<Window>.ToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the window controls are automatically updated with the values of these controls. This function is also available for WEBDEV pages....