ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Count (Property)
The Count property returns the number of elements in a given set.
MandatoryInputMessage (Property)
The MandatoryInputMessage property is used to identify and set the message that will be displayed if the control is left empty (when the MandatoryInput property is enabled).
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Monitoring robot: Configuring the robot parameters
From the monitor, you can change the configuration options......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
TimeToInteger (Function)
Converts a time to an integer.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
NFCSendTag (Function)
Sends a NFC tag to another device.
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
The Rich Text Area control
The Rich Text Area control is a Static control offering several layout possibilities......
ListPosition (Function)
Displays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
How to open a page?