ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
DateToInteger (Function)
Converts a date to an integer.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
hdfsConnection (Type of variable)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
SpeechRecognitionDeleteCommand (Function)
Deletes a voice command previously added with SpeechRecognitionAddCommand.
ThreadRequestStop (Function)
Sends a stop request to a thread.
SendMessage (Function)
Sends a Windows message to a control or to a window.
Duration (Type of variable)
The Duration type enables you to easily handle the intervals of dates and times...
Time (Type of variable)
The Time type is used to easily handle the times...
HRead (Function)
Reads a record in a file according to a given record number.
Referring to an element in a WLanguage event / process
Animation (Property)
The Animation property animates an image.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. 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 page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....