ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
gglNotification (Type of variable)
The gglNotification type is used to define information about event notifications in a calendar.
WDInst: handling the files to install
By default, the files to install are......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
SSLActive (Function)
Used to enable or disable the secure SSL mode.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
SOAP constants
List of constants used by the SOAP functions....
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Input (Function)
Displays a message allowing the user to type an information.
Downloading files
The download is the operation that consists in saving a file stored on the server onto the computer of Web user......
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
dArc (Example)
Usage example of the dArc function