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.
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.
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.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
TaskAdd (Function)
Adds a task to the task list of a Lotus Notes or Outlook messaging.
TaskLast (Function)
Reads the last task in a Lotus Notes or Outlook task list.
TaskModify (Function)
Modifies the current task in a Lotus Notes or Outlook task list.
TaskPrevious (Function)
Reads the task found before the current task in the task list of a Lotus Notes or Outlook...
TaskFirst (Function)
Reads the first task found in the task list of a Lotus Notes or Outlook messaging.
TaskReset (Function)
Reinitializes the Task structure.
TaskNext (Function)
Reads the task found after the current task in the task list of a Lotus Notes or Outlook messaging.
TaskDelete (Function)
Deletes the current task from the task list of a Lotus Notes or Outlook messaging.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
RecorderAction (Function)
Runs an action on the recorder or dictaphone found on the current device.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
SysIMEI (Function)
Returns the IMEI number of an Android phone.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows...
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel...
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays...
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch...
BrowserType (Function)
Returns the type of browser used by the Web user.
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.