ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
DatePicker (Function)
Opens the system date picker.
<WLanguageCodeFormatting>MetEnForme (Function)
Put in Geometry a WLanguage code: coloring, standardized rewriting, indentation, translation.
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV....
Conversion (Function)
Converts a value from a unit to another one.
RegistryCopyKey (Function)
Copies a registry key with all its subkeys and values.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
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.
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
DriveListeDirectory (Function)
Lists the directories of an Drive.
DriveMoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveRecoverDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's...