ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Creating the Table pages of the WEBDEV RAD pattern
The lifecycle of some projects span several years......
MouseCursor (Property)
The MouseCursor property gets and sets the cursor displayed when pointing over a control, window or page.
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
AnchorRateBottom (Property)
The AnchorRateBottom property is used to: Find out the anchor rate when a control moves on the vertical axis. Modify the anchor rate when a control moves on the vertical axis....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
Local procedure
Two types of procedures are available......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Constants for managing the Enumerations and the Combinations
Statistical constants
List of constants used by the statistical functions....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.