ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.Mean (Function)
Calculates the mean of the values within an array.
GPSGetPosition (Function)
Retrieves information about the current device position.
Position
The Position keyword can correspond to...
EventClose (Function)
Closes a synchronization event between several threads.
SAPDisconnect (Function)
Disconnects a SAP R/3 system....
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Functions for managing menus (prefix syntax)
List of functions for managing menus...
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Email management functions
List of functions for managing emails...
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
DDEError (Function)
Returns the runtime status report of a DDE function.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
Menu management functions
List of functions for managing menus...
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
fTempPath (Example)
Usage example of the fTempPath function