ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Waffle charts
Waffle charts show progress towards a goal, percentage of completion or the distribution of given values......
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Displaying a frameset in a WEBDEV website
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
<WDPic variable>.AlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Progress Bar control functions
The following functions are used to manage Progress Bar controls in a WEBDEV page:...
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....
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......
WEBDEV scheduled task management functions
The following functions are used to manage scheduled WEBDEV tasks:
hScheduling (Variable type)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled HFSQL Client/Server table optimization task. for a scheduled HFSQL Client/Server table backup job. for a scheduled replication of HFSQL servers....
Create an RSS feed
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
The HTML Display control
The HTML Display control displays a web page in an application......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Procedure/Function
A procedure is used to associate an identifier with a statement block......
11. Internal components in practice
Internal components in practice...
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......