ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperAdd (Function)
Adds a row at the end of a Looper control.
PHPDisplay (Function)
Calls an external PHP script and returns the result page in the current browser window.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
FolderWeb (Function)
Returns the path of the directory containing: the images, the JavaScript files, the Java applet files, the other files accessible from the browser....
ScriptDisplay (Function)
Calls an external script or page (.php, .asp, .mhtml or.mht) and returns the result page in the current browser window.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
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 in the linked file are applied to the looper.
JSProperty (Function)
Used to handle specific features on the objects found in the current page.
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 programmatically.
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 control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
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).