ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Splitter control
The Splitter control is used to divide a window into several distinct areas...
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
ZAxisMax (Property)
The ZAxisMax property gets the maximum value of the Z-axis in a Chart control (Surface chart).
Action Bar control functions
The following functions are used to manage the Action Bar control......
ZAxisMin (Property)
The ZAxisMin property gets the minimum value of the Z-axis in a Chart control (Surface chart).
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....
FlexDirection (Property)
The Property FlexDirection allows you to know and modify the sense and direction of the main axis of a Flexbox control ( Property CSS corresponding "flex-direction").
FlexAlignSelf (Property)
The Property FlexAlignSelf allows you to know and modify the alignment and vertical anchoring of the field in the row of the Flexbox field ( Property corresponding CSS "align-self").
ERR_BUTTON_EXPECTED
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
Environment of code editor
Handling Gantt Chart controls programmatically
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Running the test of the User Groupware and installing it
PDFReaderGoToBookmark (Function)
Sets the position directly on the desired bookmark in the PDF document.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
Min (Function)
Returns the lowest value.
Help about new features: Letting users know about changes
Applications are constantly evolving......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Configuring an application with User Groupware