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...
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via...
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via...
SSLActive (Function)
Used to enable or disable the secure SSL mode.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed...
LooperAdd (Function)
Adds a row at the end of a Looper control.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
LooperInsert (Function)
Inserts a row into a Looper control.
LooperInsertLine (Function)
Inserts a row into a Looper control.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated...
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
LooperCount (Function)
Returns the number of rows in a Looper control.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper...
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
gpwGetUserInfo (Function)
Retrieves information about the current user (application that uses the User Groupware).
gpwOpen (Function)
Opens the User Groupware login window or page.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
gpwOpenConnection (Function)
Opens a connection to a specific Client/Server database to manage the files of user groupware...
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
gpwInitAnalysis (Function)
Initialize the analysis of user groupware.
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.