ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
Conversion (Function)
Converts a value from a unit to another one.
grSunburstRootSection (Function)
Changes or specifies the path of the root in a Sunburst chart.
grGridlines (Function)
Displays or hides the chart gridlines.
Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications....
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
Other operators
The following are additional operators......
grTitleFont (Function)
Modifies the font used for the chart title.
TreeListItem (Example)
Usage example of the TreeListItem function
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
grCreate (Function)
Creates a specific type of chart.
TableAddChild (Example)
Usage example of the TableAddChild function
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Multiline strings
To type character strings over several lines in the code editor...
DndTarget (Property)
The DndTarget property determines and changes how a control behaves in a drag-and-drop operation.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Copying controls from the window editor
The controls can be copied from the window editor......
Count (Property)
The Count property returns the number of elements in a given set.
Chart: Managing legends
Several types of legends are supported in the charts......
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.