ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option...
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
dModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
AAFContextMenuToString (Function)
Returns the list of options in the context menu actually displayed by the control.
<Scheduler>.ChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
WinOutHeight (Function)
Returns the full height of the window (including the border, menu bar and title).
URLDecode (Function)
Decodes an encoded URL (which means with characters in %xx format).
Properties associated with a menu or with a menu option
Several WLanguage properties can be used on a menu found in a window or in a page......
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
HsMenu,Select (External language)
Selects or deselects, makes invisible, marks or unmarks an option found in the current menu.
TimelineChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
<TimeLine>.ChangeMode (Function)
Modifies the period (which means the number of seconds, milliseconds, microseconds, ...) displayed by a TimeLine control.
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Context Menu control properties
You can manipulate Context Menu controls in a page using the following WLanguage properties......
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
1
3
4
5
6
7
119
>