ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static Text control.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element.
ScreenType (Function)
Returns the type of screen on which the application is run: phone, tablet, computer or watch.
iCalendarToScheduler (Function)
Imports data in iCalendar format into a Calendar control.
HeaderVisible (Property)
The HeaderVisible property allows you to get and set the visibility status of the row and column headers in the layout of an XLS document.
Quality (Property)
The Quality property is used to get and set the quality level of an element.
VerticalOrientation (Property)
The VerticalOrientation property is used to: Find out the orientation of a ListView control. Modify the orientation of a ListView control....
ToolbarUndock (Function)
Transforms a docked Toolbar control into a floating Toolbar control.
NetDiskList (Function)
Lists the available disks: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
DNSDeleteAddress (Function)
Deletes a Name/IP Address relation from a DNS server....
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
LibraryPanelVisible (Property)
The LibrayPanelVisible property is used to: determine if the "Library" panel is displayed in a Diagram Editor control. show or hide the "Library" panel in a Diagram Editor control....
Environment of the data model editor
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
upnpService (Type of variable)
The upnpService type is used to define the advanced characteristics of a service provided by the UPnP device.
SQLSeek (Function)
Positions on the specified result row of the query.
HLinkMemo (Example)
Usage example of the HLinkMemo function