ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Managing main window menus
A main menu is necessarily associated with a window......
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Functions for handling directories and external files
List of functions for handling external files...
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used to configure the standby mode (Universal Windows Apps)...
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
GPSEnd (Function)
Indicates the end of the use of geolocation functions.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
MatExist (Function)
Checks the whether the matrix exists in memory.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
fFileExist (Function)
Checks the existence of an external file.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.