ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
MyWindow (Reserved word)
MyWindow is used to handle the current window...
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
ContactAdd (Function)
Adds a contact: in a Lotus Notes or Outlook address book. into the list of contacts on the device (Android, iPhone or iPad, Universal Windows)....
Share your projects via Git
Git is a source code manager......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
DownloadParameter (Type of variable)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
WaitWindowStart (Function)
Opens the wait window of application.
VisibleEndUser (Property)
The VisibleEndUser property is used to: Find out whether an item is visible or not to the end users. This item was defined in the data model editor or programmatically. Define whether an item must be visible or not to the end users (item described programmatically only)....
WINDEV Mobile 2024 Tutorial - Table of contents
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
NetworkConnect (Function)
Associates a drive with a shared network directory.
Constants for the archiving functions
List of constants used by the archiving functions....
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.