ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
List of extension attributes
The list of extension attributes ......
12. Pages in practice
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of controls by adding options....
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Reusing code with external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
zipInfoFile (Example)
Usage example of the zipInfoFile function
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".RPL" extension).
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Count (Property)
The Count property returns the number of elements in a given set.
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function