ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ...
Importing elements into a project
All the elements of a project (windows, reports, classes, sets of procedures, queries...
Project elements
The project includes windows, reports, queries, help files, sets of procedures, ...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
ElementOrientation (Property)
The ElementOrientation property gets and sets the orientation of an Organization Chart control.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
XImage (Property)
The XImage property gets and sets the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
Segmented Button control
The Segmented Button control can be understood as a set of ON/OFF buttons grouped together in a single control......
LeftIndent (Property)
The LeftIndent property gets and sets the space to the left of the text in a control.
SearchValue (Property)
The SearchValue property gets and sets the value of the search field in an Action Bar.
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
EndControl (Property)
The EndControl property gets or sets the target control of a Wire control.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Progress Bar control functions
The following functions are used to manage Progress Bar controls in a WEBDEV page:...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
The HTML Display control
The HTML Display control displays a web page in an application......
Code Editor control
The Code Editor control allows end users to write WLanguage code....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......