ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
Action Bar control functions
The following functions are used to manipulate Action Bar controls...
Pyramid charts
Pyramid charts allow you to view data in descending order......
18. Order of execution of the code of buttons/links
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Using the Vista style in your windows
WINDEV allows you to customize......
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
Handling Context Menu controls programmatically
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls programmatically......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Saving entered data (AAF)
Handling menu options programmatically
The menu options can be handled......
<EmailOutlookSession variable>.StartSession (Function)
Starts an Outlook section.
Combination (Type of variable)
A combination is a set of options.
eCurrencyName (Function)
Returns the caption of a currency.
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
<Menu>.Delete (Function)
Deletes a menu or a menu option.
MenuDelete (Function)
Deletes a menu or a menu option.