ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
RedisSubscribe (Function)
Subscribes to a Redis broadcast channel.
RedisUnsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
gpwSupervisor (Function)
Returns the username of the "Supervisor" account according to the framework being used.
gpwDefault (Function)
Returns the value that corresponds to "DEFAULT" according to the framework being used.
gpwNone (Function)
Returns the value of the word "NONE" according to the framework being used.
gpwVisitor (Function)
Returns the value that corresponds to the word "Visitor" according to the framework used.
gpwRegisteredUsers (Function)
Returns the value that corresponds to "Registered users" according to the framework being used.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
gpwAddAuthLogin (Function)
Adds a login button (Facebook, Google, Microsoft, etc.) in the login window or page.
gpwAuthLogin (Function)
Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc.
SpreadsheetReplace (Function)
Finds and replaces a value in a Spreadsheet control.
RedisPublish (Function)
Publishes a message on a Redis broadcast channel.
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
SpreadsheetDeleteName (Function)
Deletes one of the names used to identify a cell found in a Spreadsheet control.
SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
SpreadsheetListWorksheet (Function)
Returns the list of worksheets found in a Spreadsheet control.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
BackgroundTaskList (Function)
Returns the list of background tasks for the application.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.