|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Returns the name of the page containing the WLanguage code currently run. |
|
|
|
|
|
|
|
| Generates a page break: the corresponding code is sent to the printer queue. |
|
|
|
|
|
|
|
| WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls... |
|
|
|
|
|
|
|
| Returns the CSS style sheet corresponding to a theme in the WLanguage code. |
|
|
|
|
|
|
|
| Closes the current browser window and stops the execution of the current code. |
|
|
|
|
|
|
|
| When a site is on-lined, one of the main expectations of Web users is speed...... |
|
|
|
|
|
|
|
| To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code...... |
|
|
|
|
|
|
|
| WEBDEV allows you to handle a Link control through programming...... |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| Kotlin is a programming language mainly used for Android development...... |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager...... |
|
|
|
|
|
|
|
| A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.... |
|
|
|
|
|
|
|
| ...The RAD pattern files (MDL files) are used to describe:... |
|
|
|
|
|
|
|
| The HTMLAfter property is used to get and change the HTML code inserted after the control. |
|
|
|
|
|
|
|
| List of events associated with Carousel controls... |
|
|
|
|
|
|
|
| The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager...... |
|
|
|
|
|
|
|
| Used to handle the JavaScript properties of the browser event that triggered the code execution. |
|
|
|
|
|
|
|
| WEBDEV proposes the following events:... |
|
|
|
|
|
|
|
| The following events are associated with Range Slider controls:... |
|
|
|
|
|
|
|
| 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): |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|