ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
Chart constants
List of constants used by the functions for chart management....
Calling a procedure/a function
Syntax for calling a local or global procedure.
HPrevious (Function)
Positions on the previous file record according to a browse item.
HConvertX (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Universal Windows 10 App: Deploying on the store
Your Universal Windows 10 App application is ready to be used......
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found on the server and managed by the administrator......
ServiceWait (Function)
Pauses the current service during the specified duration.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
ThreadMode (Function)
Changes the management mode of threads.
Events associated with ListView controls
List of events associated with ListView controls...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......