ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Configuring an application with User Groupware
<Source>.Cross (Function)
Crosses a record in a data file.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
PDFOpen (Function)
Opens a PDF document and loads it in a pdfDocument variable.
PDFClose (Function)
Closes the PDF file loaded in memory in a pdfDocument variable.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
HDelete (Function)
Deletes a record from a data file (query or view).
SpreadsheetAddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
Running the test of the User Groupware and installing it
The stress tests are used to check......
xmlDocument (Variable type)
The xmlDocument type is used to handle an XML file.
Code snippets
The code editor allows you to enter "Code snippets"......
Thread functions
List of functions for managing threads...
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.