ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ERR_BAD_CONTEXT
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
EmulateCheckBox (Function)
Emulates the selection of an option in a Check Box control.
EmulateRadioButton (Function)
Emulates the selection of an option in a Radio Button control.
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
13. Universal replication
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
Binding a Repositionable Note control to an item
Types of Edit controls
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
12. Universal replication