ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling menu options programmatically
The menu options can be handled......
11. Controls in practice
Discover the main characteristics of the controls...
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Project Management Hub: Task management
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
CameraConfigure (Function)
Allows you to configure the video capture driver.
VideoConfigure (Function)
Allows you to configure the video capture driver.
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
Table,Add (External language)
Adds an element to a Table control.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
WinStatus (Function)
Identifies or modifies the window status.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min