ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1036: A class used in an array must have a constructor without parameter
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
WinCopyForm (Function)
Copies the content of a form into the clipboard.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
Welcome to Reports & Queries
Reports & Queries is used to......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
Error 1035: A class used in a structure must have a constructor without parameter...
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
SelectedResource (Property)
The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control....
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.