ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Control template
A control template is a set of controls that can be reused in several windows or pages...
Events associated with control templates
List of events associated with control templates
Events associated with Tab controls
List of events associated with Tab controls...
Events associated with Slider controls
List of events associated with Slider controls in a window...
Events associated with Spin controls
List of events associated with Spin controls...
Events associated with OLE controls
List of events associated with OLE controls...
Events associated with Chart controls
List of events associated with the Chart controls...
Constants for managing Toolbar controls
List of constants used by the Toolbar control management functions...
Events associated with Breadcrumb controls
List of events associated with Breadcrumb controls...
Functions for managing Breadcrumb controls
List of functions for managing Breadcrumb controls...
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Extracting the text of the project
The following text can be extracted......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
Including a supercontrol in a window or in a page
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
<Table>.Insert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.Modify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....