ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
StatVarianceP (Function)
Calculates the variance for a full series of values.
dbgSaveDebugDump (Function)
Saves a dump file of the application.
MultimediaVolume (Function)
Returns or modifies the sound volume of the media file played in a Multimedia control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the media file played in the Multimedia control.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
NotifPushEnable (Function)
Enables the management of push notifications in a WINDEV Mobile application (Android or iOS).
GPSGetPosition (Function)
Retrieves information about the current device position.
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
HTTP constants
List of constants used by the HTTP functions....
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Constants for managing Organizer controls
Constants for managing Organizer controls...
fDir (Function)
Finds a file or directory.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
FTPAttribute (Example)
Usage example of the FTPAttribute function