|
|
|
|
|
|
|
Error handling can be customized for each process... |
|
|
|
|
|
|
WINDEV manages the following events by default (in order of appearance in the code editor)... |
|
|
|
|
|
|
List of events associated with Static controls... |
|
|
|
|
|
|
Specifies the location of user classes required to run the Java application or the Java applet. |
|
|
|
|
|
|
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart). |
|
|
|
|
|
|
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class. |
|
|
|
|
|
|
...Layouts are used to define several views of a window in the same project without duplicating the window.... |
|
|
|
|
|
|
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition. |
|
|
|
|
|
|
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.... |
|
|
|
|
|
|
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end. |
|
|
|
|
|
|
All WLanguage code is written in the code editor, which offers several events on a given control ...... |
|
|
|
|
|
|
The Feedback component is a component provided with WINDEV...... |
|
|
|
|
|
|
WDModFic is a tool used to perform the automatic modification of the data files found on the development computer and on the end-user computers...... |
|
|
|
|
|
|
Used to handle the JavaScript properties of the browser event that triggered the code execution. |
|
|
|
|
|
|
Returns the quality level of connection: the higher the level is, the faster the connection will be. |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls...... |
|
|
|
|
|
|
Returns the appointment, the resource or the date found at given position in a Scheduler control. |
|
|
|
|
|
|
WEBDEV proposes the following events:... |
|
|
|
|
|
|
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. |
|
|
|
|
|
|
Indicates whether the code currently run is in iOS mode (iPhone, iPad). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|