ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
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.
SchedulerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in a Scheduler control.
MongoDeleteCollection (Function)
Deletes a collection from a MongoDB database.
SaaSAdminConfigureSMTP (Function)
Configures the SMTP session associated with the administrator account of a SaaS session.
EditAddToken (Function)
Adds a token to a "Text token" Edit control.
EditInsertToken (Function)
Inserts a token into a "Text token" Edit control.
EditTokenCount (Function)
Returns the number of tokens present in a "Text token" Edit control.
EditDeleteToken (Function)
Deletes a token from a "Text token" Edit control.
EditDeleteAllToken (Function)
Deletes all the tokens from a "Text token" edit control.
fLoadResource (Function)
Loads the content of a resource from a library.
DocChangeZOrder (Function)
Changes the Z-order of an Image or Text Area element in a DocX document.
NotifListCategory (Function)
Lists the notification categories of the application.
NotifDeleteCategory (Function)
Deletes a notification category from the application.
PanelCreate (Function)
Creates a new Dockable Panel control in the current window.
PanelAttach (Function)
Attaches or changes the attach position of a Dockable Panel control.
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
PanelPosition (Function)
Retrieves the position of a Dockable Panel control.
PanelEnumerate (Function)
Enumerates the Dockable Panel controls in a window.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
PanelLoadConfiguration (Function)
Restores the configuration of the Dockable Panel controls in a window.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ConsoleRead (Function)
Reads a string in the standard input stream "stdin".
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud...
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI...
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI...