ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Conversion (Function)
Converts a value from a unit to another one.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
SysColor (Function)
Identifies or modifies the color of a Windows element.
WordToArray (Function)
Fills an array with the words from a string.
TimePicker (Function)
Opens the system time picker.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
DatePicker (Function)
Opens the system date picker.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
ArrayDistinct (Function)
Returns an array without duplicates.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
grCreate (Function)
Creates a specific type of chart.
grType (Function)
Identifies or modifies the type of chart.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
DriveListeFile (Function)
Lists files in an Drive directory.
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
DriveCreateFile (Function)
Creates a file on the remote disk.
dpDriveConnect( Function)
Create a connection to an Drive Dropbox.
DriveDeleteFile (Function)
Deletes a file on the remote disk.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.