ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 1016: The method of the class is private
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
<Chart>.Orientation (Function)
Modifies the orientation of chart axes.
grOrientation (Function)
Modifies the orientation of chart axes.
dPoint (Example)
Usage example of the dPoint function
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
RepeatedZoneAddStart (Function)
Adds a repeat (or line) at the beginning of a field Infinite repeat zone. The repeat is inserted before the first repeat in the Repeated zone field.. The scroll position of the Repeated zone field remains unchanged.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
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....
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Record (Type of variable)
The Record type is used to save the values of a record.
<Source>.Free (Function)
Transforms the crossed records (HCross) into deleted records.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Installing and starting WDTRAD
PermissionRequest (Function)
Prompts the user to grant an application permission.
HandleParentNext (Function)
Forces the parent of the next window to open.
MDIMother (Function)
Identifies the name of the MDI parent window.
Share your projects via Git
Git is a source code manager......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
<Source>.Add (Function)
Add: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....