ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
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.
OpenDocument (Function)
Opens a document in a new (modeless) window using the appropriate WINDEV editor (word processor, spreadsheet, PDF reader or image editor).
SpreadsheetReplace (Function)
Finds and replaces a value in a Spreadsheet control.
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
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.
gpwVisitor (Function)
Returns the value that corresponds to the word "Visitor" according to the framework used.
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.
BackgroundTaskAdd (Function)
Adds a new background task.
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.
BrowserHistoryModify (Function)
Modifies the data of current entry in the navigation history. This data will be transmitted when going back to the current entry.
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.