|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development...... |
|
|
|
|
|
|
|
| The procedures and the methods of classes can have several syntaxes.... |
|
|
|
|
|
|
|
| The Variant type is used to:
store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ...
store named or indexed subelements.
store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists.
handle the NULL value in WLanguage.
store interactions with ActiveX objects and Automation programming.... |
|
|
|
|
|
|
|
| PC SOFT proposes several training classes, according to your own requirements...... |
|
|
|
|
|
|
|
| From version 25, you can create "project portfolios"...... |
|
|
|
|
|
|
|
| WINDEV can be used to generate windows for a Java application...... |
|
|
|
|
|
|
|
| All the elements handled by a project (window, report, classes, set of procedures, queries, ...... |
|
|
|
|
|
|
|
| This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV...... |
|
|
|
|
|
|
|
| The ORDER BY clause is used to sort the records selected by an SQL query...... |
|
|
|
|
|
|
|
| New projects are often cross-platform.... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile: fully compatible format... |
|
|
|
|
|
|
|
| You can create TimeLine controls directly linked to the data.... |
|
|
|
|
|
|
|
| You have the ability to create Organizer controls linked to data.... |
|
|
|
|
|
|
|
| The code history is used to...... |
|
|
|
|
|
|
|
| Project configurations allow you to easily define the "target" platforms of the project.... |
|
|
|
|
|
|
|
| The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses...... |
|
|
|
|
|
|
|
| Crosses a record in a data file. |
|
|
|
|
|
|
|
| Crosses a record in a data file. |
|
|
|
|
|
|
|
| Constructs a copy of a class instance:
An object of the actual class of the class instance is allocated.
The members of the class instance are copied to the members of the new object.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|