ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Referring to an element in a WLanguage event / process
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
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....
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Customizing the User Groupware
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
TimelineChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
<TimeLine>.ChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
11. User Macro-Code: UMC in practice
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
ActionUndo (Function)
Cancels the last action performed by the end user.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.