ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Socket: create a standard socket server
WINDEV allows you to create a standard socket server......
ToolTip (Property)
The ToolTip property gets and sets the text displayed in a tooltip. This tooltip can be associated with: a control in a window or page, Versions 2025 (SaaS) and later a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. New in SaaS a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. New in version 2025 (SaaS) a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3. a control in a report. In this case, the tooltip will only be visible in the report viewer. Note: This feature is only available from WINDEV Suite SaaS 2025 Update 3....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a table. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Creating a model class
In MVP projects, you need to create a base class (MBase if you're using the RAD tool for MVP applications)......
Functions for handling directories and external files
List of functions for handling external files...
Looper control based on a data file
This type of Looper control uses data from a data file or query......
Error 1022: The access to the method of the class is restricted by a protected inheritance
Defining a help window template
WINDEV allows you to create help window templates......
<Image>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in an Image control.
X (Property)
The X property gets and sets the X-coordinate of an element.
Y (Property)
The Y property gets and sets the Y-coordinate of an element.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
AppointmentCreate (Function)
Opens a new appointment window in the device's native calendar application....
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
The use of the Automation type in a site is reserved for the advanced users