ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Popup window
WINDEV allows you to open windows in popup format......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Error 42: Label out of scope of GOTO
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Query editor
The query editor is used to automatically create queries on the data files......
HFSQL Client/Server: Configuring the data files on the server
ERR_BAD_FILE
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
How to save and retrieve an image in a binary memo
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....