ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation by programming......
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
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....
SemiDynamicPageDisplay (Function)
Displays a semi-dynamic page in the browser of the Web user from a dynamic or static WEBDEV page.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action Bar in the current window.
StatusBar (Property)
The StatusBar property is used to: find out whether the status bar is displayed or not display (or not) the status bar of a window....
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
TableAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
<Looper>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
<Table>.AddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Table control.
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
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.
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Status bar of windows
The status bar of a window is used to display several types of information......
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
2. Static or dynamic site
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......