ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Android 10: Changing application behavior
Starting with Android 10, Google no longer allows an application running in the background to open a window
fDateTime (Example)
Usage example of the fDateTime function
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
WordCount (Function)
Returns the number of words in a string.
Power (Function)
Raise a number to a power.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
ChronoReset (Function)
Stops and resets a running stopwatch.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
Factorial (Function)
Returns the factorial of an integer number.
InfoBuild (Function)
Displays a custom message in a system information window.
iBorder (Example)
Usage example of the iBorder function
Image (Keyword)
The Image keyword can correspond to: an Image variable. a property used to get and change the image of an element....
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.
String (Variable type)
The String type is used to manipulate strings......
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
CurrentYear (Function)
Returns the current year in integer format.
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a table. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
CalculatedDefaultValue (Property)
The CalculatedDefaultValue property is used to: Find out the SQL expression that defines the default value of an item. This item was defined in the data model editor or through programming. Define the SQL expression that returns the default value of an item (item described through programming only)....
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
ThreadState (Function)
Returns the current status of a thread.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.