|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes...... |
|
|
|
|
|
|
|
| As soon as an image can be used (in a control, in a window, in a report, ...... |
|
|
|
|
|
|
|
| The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined:
in the "Advanced" tab of the project description window ("Control animation" button).
in the "Style" tab of the control or project.... |
|
|
|
|
|
|
|
| The Ellipsis property is used to determine and change the truncation mode with ellipses in:
a window control (Static, edit control, List box, Button, Combo box or Static table column).
a Static control in a report.... |
|
|
|
|
|
|
|
| The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined:
in the "Advanced" tab of the project description window ("Control animation" button).
in the "Style" tab of the control or project.... |
|
|
|
|
|
|
|
| The dialog boxes are standard windows that allow you to communicate with the user...... |
|
|
|
|
|
|
|
| Preset actions allow you to define the code of an event in a single click, without having to write one single line of code...... |
|
|
|
|
|
|
|
| The Upload control is used to upload files on the Web server...... |
|
|
|
|
|
|
|
| Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached:
for a window, the code of a window button will be run.
for a dialog box, the dialog box is automatically closed.... |
|
|
|
|
|
|
|
| Displaying a new page in a WEBDEV site can be done according to several methods...... |
|
|
|
|
|
|
|
| Menus are displayed in different ways...... |
|
|
|
|
|
|
|
| WINDEV includes several Automatic Application Features (AAFs)...... |
|
|
|
|
|
|
|
| The last wizard step for creating the setup program allows you to...... |
|
|
|
|
|
|
|
| The MinValue property is used to:
get and set the bottom value of a report based on a data file.
get the minimum value of the current filter.
get the minimum value of a data series in a chart.
get and set the minimum value for some types of controls.... |
|
|
|
|
|
|
|
| The Range Slider control is used to easily select an interval or a zoom...... |
|
|
|
|
|
|
|
| Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.... |
|
|
|
|
|
|
|
| The report viewer allows end users to view reports before printing them...... |
|
|
|
|
|
|
|
| To optimize the style of your tabs, you have the ability to use images and colors...... |
|
|
|
|
|
|
|
| In a WINDEV application, the user has the ability to add a tooltip on the controls...... |
|
|
|
|
|
|
|
| The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows...... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile give you the ability to use clickable images...... |
|
|
|
|
|
|
|
| A cell found in a Table control can contain a set of controls...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|