ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
spLength (Property)
The spLength property is used to: Get the hash output length. This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the hash output length (only for "Password" items defined programmatically)....
WBAdminDeleteApplication (Function)
Deletes an application from a WEBDEV Application Server.
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
The HTML Display control
The HTML Display control displays a web page in an application......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
Data persistence
The data persistence is used to store the value typed by the user......
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Waffle charts
Waffle charts show progress towards a goal, percentage of completion or the distribution of given values......
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
11. Internal components in practice
Internal components in practice...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....