ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Scrollbar control
The Scrollbar control is used to scroll objects (text, captions, etc.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
Warning 124: Shadowing a global variable
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
Windows
The windows represent the main interface of a WINDEV application......
Responsive Web Design: Slice management
In the WEBDEV editor, different resolutions are represented via slices......
MapIDGgl (Function)
Gets or sets the style used in the Map control. This style corresponds to a map ID defined in the Google Cloud console. This new function is available from version 2025 Update 2....
<Map>.IDGgl (Function)
Gets or sets the style used in the Map control. This style corresponds to a map ID defined in the Google Cloud console. This new function is available from version 2025 Update 2....
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Checking spelling in edit controls
WINDEV lets you use the spelling checker in the Edit controls and text columns of the Table controls of WINDEV applications......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Height (Property)
The Height property gets and sets the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......