ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ThreadMode (Function)
Changes the management mode of threads.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
iFont (Function)
Selects the default font.
Reference (Property)
The Reference property is used to: get and change the unique identifier of one or more reference emails linked to the current conversation. find out and modify the element to sign....
Inherited (Property)
The Inherited property is used to determine if an element is inherited.
Time management help
Time management is extremely important......
NumberInWords (Function)
Converts a number to words.
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
SysCacheExternalStorage (Function)
Returns the path of directory that will be used to store the data in cache on the external storage space of application.
Select query description window: Items that can be used
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
HTransactionRollbackToSavepoint (Function)
Rolls the transaction back to the savepoint.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
AAF: Sort on the columns of a Table control
WINDEV allows the user to easily sort the columns of a Table control....
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....