ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Software factory: Rights management
To secure the execution of action plans, it is possible to implement a rights management system......
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
Graphic string management functions
List of SQL functions used to create and handle graphic strings...
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
ERR_CANNOT_CREATE_TMP
ERR_DISCONNECTED_RELOG
Returns an array without duplicates....
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
WINDEV: Example of programmed Drag and Drop