ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Report with parameters
When printing a report, you have the ability to pass parameters to this report......
ManualEvent (Variable type)
The ManualEvent type is used to manage a manual event.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (available in the window, page and report editors) as well as multiple functions that can be used to create and manipulate charts......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Link (Property)
The Link property is used to get and change the link of an element.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Find/Replace in the current project
The "Find/Replace" feature is used to......
MCI constants
List of constants used by the MCI functions....
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
Deploying an action plan
Once created, the action plans must be deployed in order to be run.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
Importing a CSS style sheet
WEBDEV gives you the ability to import a CSS style sheet into a WEBDEV project......