ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ArraySort (Example)
Usage example of the ArraySort function
grRaised (Function)
Used to display a chart with raised effect.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
iParameterReport (Function)
Configures the printer by opening the configuration window.
InWindowsPhoneEmulatorMode (Function)
Indicates whether the test is run via the Windows Phone emulator. Function kept for backward compatibility....
HInfoServerRights (Example)
Usage example of the HInfoServerRights function
HInfoFileRights (Example)
Usage example of the HInfoFileRights function
Author (Property)
The Author property gets and changes the author of an element.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
grAddData (Function)
Adds a data into a chart.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
JSONToVariant (Function)
Converts a JSON string to a Variant variable.