ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
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.
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 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.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
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).
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 in Client/Server mode....
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.
DDEString (Function)
Returns the information retrieved by DDERetrieve.
EndProgram (Function)
Ends the execution of the current program.
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
CursorDisplay (Function)
Displays or hides the mouse cursor.
Random (Function)
Returns a random number.