|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls...... |
|
|
|
|
|
|
|
| The Thumbnail property is used to:
get the value of an item thumbnail. This item was defined in the data model editor or through programming.
get and change the image associated with a Thumbnail control.... |
|
|
|
|
|
|
|
| WINDEV allows you to handle a Toolbar control through programming...... |
|
|
|
|
|
|
|
| Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development...... |
|
|
|
|
|
|
|
| Simple or symmetric progress bar?... |
|
|
|
|
|
|
|
| When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window...... |
|
|
|
|
|
|
|
| The HFSQL Control Center allows you to fully manage HFSQL Classic data files...... |
|
|
|
|
|
|
|
| The last wizard step for creating the setup program allows you to...... |
|
|
|
|
|
|
|
| When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period...... |
|
|
|
|
|
|
|
| The setup program creation wizard allows you to select the deployment profile to use...... |
|
|
|
|
|
|
|
| When a window template is applied to a window, all the controls and code in the template are "copied" to the window...... |
|
|
|
|
|
|
|
| Validates the current transaction:
the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
|
| Validates the current transaction:
the modifications performed on the data file since the start of transaction (HTransactionStart) are validated.
the transaction file is deleted (if the transaction is the last transaction in progress for a network application)
the records locked in read-only by the transaction are unlocked.... |
|
|
|
|
|
|
|
| The List Box and Combo Box controls can benefit from several AAFs...... |
|
|
|
|
|
|
|
| The Check Box control can benefit from several AAFs (Automatic Application Features) ...... |
|
|
|
|
|
|
|
| The XAxisMax property gets the maximum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
|
| The YAxisMax property gets the maximum value of the Y-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
|
| In a chart, the scales are used to quickly estimate the value of different points found in a chart...... |
|
|
|
|
|
|
|
| The XAxisMin property gets the minimum value of the X-axis in a Chart control. This property can be used in the "Zoom" event of a Chart control to identify the section displayed. |
|
|
|
|
|
|
|
| The Range Area chart is used to show a variation between a high and a low value...... |
|
|
|
|
|
|
|
| The DisplayEvenIfNull property is used to:
Determine whether a row or column in a Pivot Table control is displayed even if it contains no value.
Show or hide a row or column in a Pivot Table control if it does not contain any values.... |
|
|
|
|
|
|
|
| A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|