ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
The Spreadsheet control
Spreadsheets are one of the most used office tools......
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
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).
WinEdSelectPlus (Function)
Selects a control 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).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
<Source>.Cross (Function)
Crosses a record in a data file.
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
API (Function)
Runs a function found in an external DLL.
CallDLL32 (Function)
Runs a function found in an external DLL.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
HCross (Function)
Crosses a record in a table.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
Managing semaphores in threads: limiting the concurrent execution of lines of code
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
OpenIDParameters (Variable type)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.