ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Action Bar control functions
The following functions are used to manipulate Action Bar controls...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information...
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Alias (Property)
The Alias property gets the alias of an element.
LanguageToName (Function)
Returns the name of a language.
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
Declaration (Property)
The Declaration property is used to define a type.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Type and version of Web server
The configuration diagnostic displays the following error......
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Windows
The windows represent the main interface of a WINDEV application......
FOR EACH/FOR ALL statement (browse of combinations)
The FOR EACH statement is used to browse the available values in the combinations.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
WEBDEV concepts
The Ribbon control
The Ribbon control proposes an additional feature regarding the menus found in your applications. It is used to present in a small surface a large number of controls arranged logically in order to perform choices....
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
WINDEV concepts