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.
GanttTimeDisplayed (Function)
Defines the time range displayed in a column of a Table or TreeView Table control of type Gantt...
gpwFindUser (Function)
Retrieves the characteristics of a user of the user groupware.
gpwAddUser (Function)
Adds a user to the User Groupware database.
gpwModifyUser (Function)
Modifies a user in the database of user groupware.
gpwActivateUser (Function)
Validates a new user in the User Groupware database by activating the user.
gpwForgottenPassword (Function)
Runs an action to retrieve or change the password of a user.
gpwConnectUser (Function)
Connects a user to the User Groupware.
GanttDeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort...
gpwCheckUser (Function)
Checks the existence and validity of the password for a user of the user groupware.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
PVTAxisXY (Function)
Used to: Specify the row and column headers displayed in a Pivot Table control. Find...
GanttAddHoliday (Function)
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
GanttWorkingHour (Function)
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table)...
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window...
iResetNbPages (Function)
Reinitializes the current number of pages, used in the preset controls such as "Number of pages"...
PVTHeaderValue (Function)
Returns the value displayed in a header of Pivot Table control.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon...
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
SSHWrite (Function)
Writes data into the specified SSH session.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
grGetData (Function)
Retrieves a data from a chart.