ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSeek (Example)
Usage example of the fSeek function
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
EventClose (Function)
Closes a synchronization event between several threads.
String functions
List of functions for managing character strings...
The Slider control (in a page)
WEBDEV proposes two types of sliders......
The Slider control (in a window)
A slider control is used to select a value between two bounds......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
ErrorBuild (Function)
Displays a custom error message in a system error window.
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......