ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
Status bar of windows
The status bar of a window is used to display several types of information......
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Events associated with Tab controls
List of events associated with Tab controls...
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
5. Project configuration
Project configuration...
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
How to use an array of structures?
An array of structures is an Array variable......
VerticalOrientation (Property)
The VerticalOrientation property is used to: Find out the orientation of a ListView control. Modify the orientation of a ListView control....
Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
<xmlDocument variable>.Save (Function)
Saves an XML document in a file.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......