ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
DisplayModePreview (Property)
The DisplayModePreview property gets and sets the camera preview mode.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
MinZoom (Property)
The MinZoom property is used to get the minimum zoom value that can be used for the Camera control (for the camera in use).
MaxZoom (Property)
The MaxZoom property is used to get the maximum zoom value that can be used for the Camera control (for the camera in use).
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
8. 10 tips for better interfaces...
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
Telephony constants
List of constants used by telephony functions...
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
HFSQL: Change of name
16. Types of code
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Business rules
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the business rules......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
Handling a Multiline Zone control through programming (prefix syntax)
A Multiline Zone control can be handled programmatically using the control name....
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
grDeleteAll (Function)
Erases a chart and destroys this chart.
grSeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).