ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
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)....
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
Events associated with List Box controls
List of events associated with List Box controls...
Certificate management functions
The following functions are used to handle the certificates:...
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....
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
WINDEV: Example of programmed Drag and Drop
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a data file. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
Animating a Static control
Two methods can be used to animate a Static control......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
Internal component description
The description of an internal component can opened at any time......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....