ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
SpreadsheetDeleteAll (Function)
Deletes the entire data from a Spreadsheet control found in a window (cells, formulas, size and header layouts).
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
Managing duplicates in the TreeView controls
WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
SysChangeScreenResolution (Function)
Modifies the resolution of a screen.
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
docProperty (Type of variable)
The docProperty type is used to define the properties of a Word Processing document.
LDAPMode (Function)
Modifies the operating mode of an LDAP session.
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
WLanguage procedure called by geoGetAddress
WLanguage procedure ("callback") called by geoGetAddress.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
SpeechSynthesisVoice (Type of variable)
The SpeechSynthesisVoice type is used to get all the advanced characteristics of a speech synthesis voice.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
Property Description (Type of variable)
The Property Description type is used to get information about a property.
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......