|
|
|
|
|
|
|
|
|
|
|
|
|
|
| A main menu is necessarily associated with a window... |
|
|
|
|
|
|
|
| Menu options can be manipulated... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile support two types of menus: ... |
|
|
|
|
|
|
|
| The MDI windows must respect some constraints specific to the MDI applications... |
|
|
|
|
|
|
|
| WINDEV includes several Automatic Application Features (AAFs)... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile support two types of menus ... |
|
|
|
|
|
|
|
| Displays or hides a sliding window (sliding menu). |
|
|
|
|
|
|
|
| Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory. |
|
|
|
|
|
|
|
| Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory. |
|
|
|
|
|
|
|
| The FullName property is used to find out the full name:
of a control.
of a window.
of a menu option.
of a table column.... |
|
|
|
|
|
|
|
| Adds a menu into the window that is opened. |
|
|
|
|
|
|
|
| Inserts a menu before another menu in a window. |
|
|
|
|
|
|
|
| Inserts a menu before another menu in a window. |
|
|
|
|
|
|
|
| Returns the full height of the window (including the border, menu bar and title). |
|
|
|
|
|
|
|
| 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).... |
|
|
|
|
|
|
|
| The ContextMenu property is used to:
Get the custom context menu of a control, window or page.
Change the custom context menu of a control, window or page (or associate another context menu).
Customize the system menus of the controls by adding options.... |
|
|
|
|
|
|
|
| Depending on the style of your applications, the border of your windows can be translucent...... |
|
|
|
|
|
|
|
| Opens the main menu of the current window. |
|
|
|
|
|
|
|
| The popup menu of the windows (right mouse click on the window) contains the following options...... |
|
|
|
|
|
|
|
| Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
|
| Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
|
| Adds an existing popup menu to the main menu of the current window. |
|
|
|
|
|
|
|
| Adds an existing popup menu into the main menu of the current window. |
|
|
|
|
|
|
|
| The sliding windows (also called sliding menus) are often used in the mobile applications...... |
|
|
|
|
|
|
|
| Several WLanguage properties can be used on a menu found in a window or in a page...... |
|
|
|
|
|
|
|
| The hosting parameters define the default values that will be used to create the new hosting accounts...... |
|
|
|
|
|
|
|
| In most cases, several popup menus are included in your applications...... |
|
|
|
|
|
|
|
| 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).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|