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...
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
GuidedTourStop (Function)
Stops the current Guided Tour or another specified Guided Tour.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using...
KioskEnable (Function)
Switches the current Android application to kiosk mode.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Warning: This feature is only available...
grPointInfo (Function)
Returns the screen coordinates of a point or the screen coordinates of a value found in a chart.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated...
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
WinEdActive (Function)
Allows: determine if the "Allow end users to modify the UI" option is enabled in a window...
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls...
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word...
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.
DotNetRun (Function)
Runs a procedure on a .Net server.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula...
DurationToString (Function)
Converts a duration to a character string in the specified format.
gpwAddUserToGroup (Function)
Adds a user to a group of the User Groupware database.
HCloseAnalysis (Function)
Closes the current database schema (or all current database schemas in the case of a project...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
HDataSourceKnown (Function)
Determines if a data source has been initialized.