ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Declaring a procedure/a function
The different syntaxes for declaring 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...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
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...
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues...
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
Input (Function)
Displays a message allowing the user to type an information.
FTPDateTime (Function)
Returns the different creation, modification or access dates and times associated with a file...
SysIconAddImage (Function)
Adds an icon that overlays the application icon in the taskbar.
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
HModifyScheduling (Function)
Modify a scheduled item on an HFSQL server: scheduled task (stored procedure), backup,...
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
DocToPDF (Function)
Converts a Word Processing document into a PDF file.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table...
GglAnalyticsAddEvent (Function)
Adds an event in Google Analytics
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric...
MemFound (Function)
Checks whether the sought element was found.
TableGiveChild (Function)
Returns the "children" of an element (next level down) in a TreeView Table control.
fAttribute (Function)
Returns or modifies the attributes of a file.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
NotifPushSendSubscriber (Function)
Sends a notification to Android devices that are subscribed to a topic.
iPreview (Function)
Configures the print destination.
BTListService (Function)
Returns the list of services provided by a Bluetooth device.