|
|
|
|
|
|
|
|
|
|
|
|
|
|
| As soon as it is created, a control is associated with a style...... |
|
|
|
|
|
|
|
| WINDEV allows you to handle an Image Editor control through programming...... |
|
|
|
|
|
|
|
| The setup program creation wizard allows you to define all the settings of your setup program.... |
|
|
|
|
|
|
|
| The query editor proposes two methods for creating a query...... |
|
|
|
|
|
|
|
| Checks the time validity. |
|
|
|
|
|
|
|
| The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid...... |
|
|
|
|
|
|
|
| When creating a report, the test of this report can be run from the report editor...... |
|
|
|
|
|
|
|
| The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects...... |
|
|
|
|
|
|
|
| The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...... |
|
|
|
|
|
|
|
| A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...... |
|
|
|
|
|
|
|
| This help page presents the specific features regarding the programming of Native xBase/FoxPro Access...... |
|
|
|
|
|
|
|
| The TitleHeader property is used to:
Get the title and aspect of a column title-header (Table or TreeView Table control).
Get the number of column title-headers (Table or TreeView Table control).
Change the title and aspect of a column title-header (Table or TreeView Table control).... |
|
|
|
|
|
|
|
| WINDEV Express license agreement... |
|
|
|
|
|
|
|
| Two methods can be used to create a query...... |
|
|
|
|
|
|
|
| Returns the list of the public holidays defined by BankHolidayAdd. |
|
|
|
|
|
|
|
| Indicates whether a day is a public holiday or not. |
|
|
|
|
|
|
|
| Returns the name of the day of the week according to its number. |
|
|
|
|
|
|
|
| Clears the list of all public holidays. |
|
|
|
|
|
|
|
| WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer...... |
|
|
|
|
|
|
|
| The TreeView and TreeView Table controls give the end user several options via the context menu...... |
|
|
|
|
|
|
|
| Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development...... |
|
|
|
|
|
|
|
| The project includes windows, reports, queries, help files, sets of procedures, ...... |
|
|
|
|
|
|
|
| The Empty property is used to determine if:
a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control.
a Chart control contains no series.
a report control is empty (control linked to an item).
an array (or an associative array) contains no element.
an element of an associative array exists or not.
a queue, a list or a stack contains no element.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|