ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AutoCorrect (Property)
The AutoCorrect property allows you to define a set of automatic corrections to be applied in a Word Processing control as the user types.
SCM: Renaming or changing a computer
During the development phase, you may have to work on different computers......
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
Organization chart linked to a data file
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...
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......
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
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....
WEBDEV element styles
Controls from a WEBDEV project are associated with WEBDEV styles......
Effect (Property)
The Effect property gets and sets the blur radius on the contents of a control.
WEBDEV license agreement
WEBDEV license agreement...
Status bar of windows
The status bar of a window is used to display several types of information......
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
Time and date management properties
List of properties for managing dates and times...
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
How to use an array of structures?
An array of structures is an Array variable......