|
|
|
|
|
|
|
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically...... |
|
|
|
|
|
|
|
| WINDEV allows you to handle a Scrollbar control through programming...... |
|
|
|
|
|
|
|
| An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code.... |
|
|
|
|
|
|
|
| WEBDEV allows you to handle a Slider control through programming.... |
|
|
|
|
|
|
|
| WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP...... |
|
|
|
|
|
|
|
| The "SQL query" type is used to write an SQL query in the WLanguage code. |
|
|
|
|
|
|
|
| The keyword BREAK can correspond:
to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process.
to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement.... |
|
|
|
|
|
|
|
| A ListView control can be used to display the content of a data file (or the content of a query)...... |
|
|
|
|
|
|
|
| Java applications in practice... |
|
|
|
|
|
|
|
| Regardless of the skill of the development team, the end user will always want to do something that has not been planned for...... |
|
|
|
|
|
|
|
| Several test tools are available to guarantee the quality of your applications...... |
|
|
|
|
|
|
|
| A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.... |
|
|
|
|
|
|
|
| A Looper control can be used to display the content of a data file or query...... |
|
|
|
|
|
|
|
| The following events are associated with Range Slider controls:... |
|
|
|
|
|
|
|
| The HTMLAfter property is used to get and change the HTML code inserted after the control. |
|
|
|
|
|
|
|
| List of events associated with Carousel controls... |
|
|
|
|
|
|
|
| Used to handle the JavaScript properties of the browser event that triggered the code execution. |
|
|
|
|
|
|
|
| WEBDEV proposes the following events:... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print...... |
|
|
|
|
|
|
|
| List of events associated with the TreeMap controls... |
|
|
|
|
|
|
|
| WEBDEV manages the following events by default (order of appearance in the code editor)...... |
|
|
|
|
|
|
|
| WEBDEV manages the following events by default (order of appearance in the code editor): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|