ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguage procedure called by SelectColor
Browser WLanguage procedure ("callback") executed by SelectColor when the color selection popup is closed.
WLanguage procedure called by CameraRunApp
WLanguage procedure ("callback") called when taking photos or recording videos via CameraRunApp.
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by zipAddFile
WLanguage procedure ("Callback") used by zipAddFile to manage the progress of files being added to the archive.
WLanguage procedure called by zipAddFileList
WLanguage procedure ("Callback") used by zipAddFileList to manage the progress of files being added to the archive.
WLanguage procedure called by zipAddDirectory to handle the progress bar
WLanguage procedure ("Callback") used by zipAddDirectory to manage the progress of files being added to the archive.
WLanguage procedure called by fMemOpen
Procedure ("Callback") called by fMemOpen if the memory area is modified by another WLanguage application.
WLanguage procedure called by zipExtractDirectory to manage progress bars
WLanguage procedure ("Callback") used by zipExtractDirectory to manage the progress of files being extracted from the archive.
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
<Component>.Execute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Handling Scheduler controls programmatically
A Scheduler control can be......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Using WDDIXIO
To translate the text used in your project:...
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window or page......
FilterProcedure (Property)
The FilterProcedure property allows you to get and modify the procedure used to apply a filter on a row or column header when calculating a Pivot Table control.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
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....