|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Returns the CSS style sheet corresponding to a theme in the WLanguage code. |
|
|
|
|
|
|
|
| The kbCard type defines all the advanced characteristics of a card in a Kanban control. |
|
|
|
|
|
|
|
| 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.... |
|
|
|
|
|
|
|
| The MemoryFormat property is used to get and change the format of the value returned for:
Date or Time edit controls.
Date or Time table columns.
Calendar controls.
Static controls.
editable combo boxes.
table columns displayed by combo boxes.... |
|
|
|
|
|
|
|
| ...Layouts are used to define several views of a window in the same project without duplicating the window.... |
|
|
|
|
|
|
|
| A site generated in PHP can be debugged in standard WEBDEV mode...... |
|
|
|
|
|
|
|
| All WLanguage code is written in the code editor, which offers several events on a given control ...... |
|
|
|
|
|
|
|
| The StartDate property is used to get and change the start date of a time period. |
|
|
|
|
|
|
|
| The EndDate property is used to get and change the end date of a time period. |
|
|
|
|
|
|
|
| The HTMLAfter property is used to get and change the HTML code inserted after the control. |
|
|
|
|
|
|
|
| Returns the quality level of connection: the higher the level is, the faster the connection will be. |
|
|
|
|
|
|
|
| Emulates the next call to Confirm and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
|
| Emulates the next call to Dialog and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
|
| Emulates the next call to OKCancel and automatically clicks the button passed in parameter. |
|
|
|
|
|
|
|
| Emulates the next call to YesNo and automatically clicks the button specified in parameter. |
|
|
|
|
|
|
|
| List of events associated with Carousel controls... |
|
|
|
|
|
|
|
| Used to handle the JavaScript properties of the browser event that triggered the code execution. |
|
|
|
|
|
|
|
| Indicates whether the code is run in 64-bit mode or not. |
|
|
|
|
|
|
|
| Returns the appointment, the resource or the date found at given position in a Scheduler control. |
|
|
|
|
|
|
|
| WEBDEV proposes the following events:... |
|
|
|
|
|
|
|
| The following events are associated with Range Slider controls:... |
|
|
|
|
|
|
|
| List of events associated with the TreeMap controls... |
|
|
|
|
|
|
|
| Fills an array of classes or structures with the content of an HFSQL data file or query. |
|
|
|
|
|
|
|
| In an information window, displays each call to the function and each status report returned by the function. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|