ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

3. Test of a WINDEV Mobile application
By testing the project you can simulate how the application will run....
Guide organization
Organization of WINDEV Concepts...
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
2. WEBDEV administrator in practice
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
MenuInsertMenu (Function)
Inserts a menu before another menu in a window.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Android Widget windows
An Android application can contain one or more Widget windows......
InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Error 305: The element does not exist in the window
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Close (External language)
Closes the current window and restores the context that existed before the window opening.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
ExeListDLL (Function)
Returns the list of libraries (".DLL" files) used by one of the applications currently run.
Native 64-bit and native 32-bit: a single source code
The 64-bit operating systems are starting to appear on the PCs and on the servers......
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
ERR_BAD_APPLICATION
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Handling a WinForm .Net control through programming