ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Add (External language)
Adds an element to a Table control.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
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....
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
The Duration control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
XLS file handling functions
List of functions for managing XLS files...
Composite keys
A composite key is a key item containing several other items......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
MDL file (kept for backward compatibility): Pattern description
The MDL file is the file used to generate a RAD window......
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....
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
Creating an executable
Once the development of your WINDEV application is completed (windows, reports, queries, etc....
Programming an indexed control
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Types of Edit controls
Copying controls from the window editor
The controls can be copied from the window editor......
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....
WDInst: components and setup models
By default, the setup program installs all the specified files on the setup computer......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
zipFileSize (Example)
Usage example of the zipFileSize function