ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Site test in practice
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
EmailCheckAddress (Function)
Checks the validity of an email address.
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Other operators
The following are additional operators......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
zipExtractFile (Example)
Usage example of the zipExtractFile function
Complete (Function)
Returns a character string of a specified length.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
fCopyDir (Example)
Usage example of the fCopyDir function
HIndex (Function)
Rebuilds the file index (".NDX" file).
Code snippets
The code editor allows you to enter "Code snippets"......
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
SOCKS5 protocol
SOCKS5 is a simple network protocol intended to standardize the use of proxies for applications......
sfEmptyRecycleBinResult (Type of variable)
The sfEmptyRecycleBinResult type is used to find out the result of SFEmptyRecycleBin...
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
How to perform a full file browse?
MatInvert (Function)
Calculates the inverse of a square matrix.
MatTranspose (Function)
Calculates the transposed matrix.