|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min |
|
|
|
|
|
|
|
| The Definition type is used to find out the characteristics of a type:
simple type,
advanced type,
class,
structure.... |
|
|
|
|
|
|
|
| The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class...... |
|
|
|
|
|
|
|
| Several features require a procedure called once or several times via a WLanguage function ("Callback").... |
|
|
|
|
|
|
|
| The code editor proposes several display options...... |
|
|
|
|
|
|
|
| Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
|
| Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
|
| At runtime, an application runs in a main thread...... |
|
|
|
|
|
|
|
| A series of options allows you to customize and take full advantage of the code editor...... |
|
|
|
|
|
|
|
| The principle of JITc technology (Just In Time Compilation) is straightforward...... |
|
|
|
|
|
|
|
| When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component...... |
|
|
|
|
|
|
|
| The RETURN statement is used to exit the current event, process or procedure and return a result... |
|
|
|
|
|
|
|
| Customizes the management of HFSQL errors. |
|
|
|
|
|
|
|
| WEBDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min |
|
|
|
|
|
|
|
| WINDEV Mobile Tutorial - WLanguage basics Lesson 8 - OOP - 30 min |
|
|
|
|
|
|
|
| The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile...... |
|
|
|
|
|
|
|
| An enumeration is a set of values...... |
|
|
|
|
|
|
|
| The following paragraphs explain...... |
|
|
|
|
|
|
|
| MVP is the acronym for MODEL - VIEW - PRESENTER...... |
|
|
|
|
|
|
|
| In some cases, a Table control must be filled with an unknown number of columns (when creating the control).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|