ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
NbDescribedThumbnail (Property)
The NbDescribedThumbnail property is used to get the number of thumbnails expected for an item.
Wait (Function)
Temporarily stops the program execution.
dClear (Function)
Clears the content of an Image variable or Image control and fills it with the specified color.
WordToArray (Function)
Fills an array with the words from a string.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
fExeDir (Function)
Returns the directory from which the execution is started.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HPriorityClient (Function)
Modifies the priority of a client application.
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.