ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

12. Available tests
<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....
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
tapiDevice (Function)
Selects the TAPI device that will be used during the following telephony operations: tapiDial, tapiListen....
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
Events associated with framesets
List of events associated with framesets...
ScrollbarMaxPosition (Function)
Retrieves the maximum position of one of the horizontal or vertical scrollbars found in a control of a WINDEV application.
15. Unit tests on the executable
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
<Array>.AnyTrue (Function)
Returns True if at least one element of an array is True.
NetGetFile (Function)
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......