ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Dashboard>.Display (Function)
Refreshes elements in a Dashboard control.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
DashDisplay (Function)
Refreshes elements in a Dashboard control.
iPrintReport (Function)
Prints a report created with the report editor.
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
HListKey (Example)
Usage example of the HListKey function
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
EmulateWarning (Function)
Emulates the next call to Warning and automatically clicks the "OK&quot button.
EmulateError (Function)
Emulates the next call to Error and automatically clicks the "OK&quot button.
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK&quot button.
WDTRAD options
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
EmulateConfirm (Function)
Emulates the next call to Confirm and automatically clicks the button passed in parameter.
EmulateOKCancel (Function)
Emulates the next call to OKCancel and automatically clicks the button passed in parameter.
EmulateYesNo (Function)
Emulates the next call to YesNo and automatically clicks the button specified in parameter.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Managing cookies
A cookie is an easy way to temporarily store information on the user's computer......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
SQL functions: Special case
List of SQL functions: Special case...
HListItem (Example)
Usage example of the HListItem function
The "Commands" pane
The "Commands" pane lists......
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......