ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automatic error handling
Error handling can be customized for each process...
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Events associated with Static controls
List of events associated with Static controls...
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
BREAK statement/"BREAK:" label
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....
MemoryFormat (Property)
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....
AFTER
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.
Defining columns of Table controls programmatically
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Feedback component
The Feedback component is a component provided with WINDEV......
WDModFic : Tool for automatic modification of data files
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......
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
StartDate (Property)
The StartDate property is used to get and change the start date of a time period.
EndDate (Property)
The EndDate property is used to get and change the end date of a time period.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).