ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fShortName (Example)
Usage example of the fShortName function
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Preparing the phone to run the test of an Android application
WINDEV Mobile allows you to develop Android applications. To run the test of these applications on an Android phone, some operations must be performed ......
9. Types of standard controls
Types of standard controls...
Global and local variable
Two types of variables are available......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
ControlError (Function)
Customizes the value displayed in the controls when the value cannot be displayed.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
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
2. Projects in practice
Discover the main operations that can be performed on a project....