ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
Managing the load balancing (dynamic load balancing on server)
The server that is hosting a HFSQL database engine can be very busy......
Sorts in a report
The sort is used to organize the information displayed in the report......
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
The planes (in a window or in a report)
The planes are used to group the window controls......
Copying controls from the window editor
The controls can be copied from the window editor......
TableMoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
TableSwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
<TreeView Table>.MoveBranch (Function)
Moves the content of a row as well as its entire descending tree structure in a TreeView Table control.
Copying controls from the page editor
The controls can be copied from the page editor......
<TreeView Table>.SwapBranch (Function)
Swaps the content of two rows (as well as their respective tree structure) in a TreeView Table control.
Binding a Combo Box control to an item
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Saving entered data (AAF)
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
Private Store for mobile applications
There are two methods two deploy your applications......
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
SaaS administrator - Adding a client
Adding a SaaS client account is used to make a SaaS site available to the users......
Z-index of a control
All the controls in a window or report have a different z-index......
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....