ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Information 302: Ambiguity between a variable and a control
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
ParallelTaskExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<gglConnection variable>.FillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
SQL functions: Special case
List of SQL functions: Special case...
WINDEV Mobile 2024: New features in this version
Here are the new features that you will discover in this version......
"Reports & Queries" software
This is "Reports & Queries"......
Reports & Queries: New features in this version
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Flexible modeling editor
The flexible modeling editor allows you to easily create a "non-restricting" and "flexible" modeling, entirely included in the environment......
Private Store for mobile applications
There are two methods two deploy your applications......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Examples for using the OLE DB provider for HFSQL