ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Changing the window content with a swipe gesture
The mobile devices propose several features available via finger movements......
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ErrorThrow (Function)
Throw a non-fatal error.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
SOAPRun (Function)
Runs a procedure on a SOAP server.
Creating the Table pages of the WEBDEV RAD pattern
The lifecycle of some projects span several years......
HReadNext (Function)
Sets the position on the next table record according to a browse item.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
Open (External language)
Opens a window.
WLanguage procedure called by fListFile
WLanguage procedure ("Callback") called by fListFile for each file found.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...