|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Button control allows the user or the Web user to run a specific action with a simple click... |
|
|
|
|
|
|
|
| Sometimes, text in a Static Text or Button control can exceed the width of the control... |
|
|
|
|
|
|
|
The drop-down button expands:- a context menu.
- a popup window.
|
|
|
|
|
|
|
|
| To optimize the style of your tabs, you have the ability to use images and colors...... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile give you the ability to use clickable images...... |
|
|
|
|
|
|
|
| The Type property is used to get:
the type of element (data file or item) defined programmatically or in the data model editor, view or query.
the type of object.
the type of data held in a Variant.... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| The numeric edit controls propose several AAFs (Automatic Application Features):
a context menu proposing the "Calculator" option.
the ability to modify the control value with the mouse wheel.... |
|
|
|
|
|
|
|
| The wizard for window creation proposes several types of windows associated with HFSQL tables...... |
|
|
|
|
|
|
|
| Project configurations are used to easily define the different "targets" of your project...... |
|
|
|
|
|
|
|
| Displays a message box and returns the value of the button clicked by the user. |
|
|
|
|
|
|
|
| The ActionLabel property gets and sets the label of the notification's action button.... |
|
|
|
|
|
|
|
| List of constants used by the functions for managing dialog boxes... |
|
|
|
|
|
|
|
| Emulates the next call to Dialog and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
|
| Emulates the next call to OKCancel and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
|
| Emulates the next call to YesNo and automatically clicks the button specified in parameter. |
|
|
|
|
|
|
|
| Emulates the next call to Confirm and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|