ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Finding the unused WEBDEV styles
In most cases, most of the presentation styles are created when designing a site......
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
zipInfoFile (Example)
Usage example of the zipInfoFile function
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
The Ad control
The Ad control is used to monetize an Android application by displaying an ad banner that generates incomes according to the number of clicks performed by the application users....
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
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....
Count (Property)
The Count property returns the number of elements in a given set.
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
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....
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
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).
Programming an indexed control
Handling an Upload control through programming
The Upload control is used to upload one or more files....
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....
zipFileSize (Example)
Usage example of the zipFileSize function