ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
HReadFirst (Function)
Sets the position on the first record according to a browse item.
NotificationDisplay (Function)
Displays a message outside the browser.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
11. Controls in practice
Discover the main characteristics of the controls...
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls......
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Image (Property)
The Image property gets and sets the background image of a control or block.
ControlClone (Function)
Creates a new control from an existing control.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
State (Property)
The State property is used to get and change the state of an element.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......