ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user.
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
SilverLight control properties
List of properties associated with the SilverLight control...
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
The Bar Code control
The Bar Code control displays bar codes in your windows, pages or reports......
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
SubCaption (Property)
The SubCaption property is used to get and change: the secondary caption of an option found in a Radio Button or Check Box control. the secondary caption of an element found in a TreeMap control....
The Web Camera control
...The Web Camera control is used to view a file that is refreshed at regular time intervals....
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
The Check Box control
A Check Box can correspond to......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Error 121: Shadowing a structure
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
XAxisMin (Property)
The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.
XAxisMax (Property)
The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed.