ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
GestureNbPointer (Function)
Returns the number of pointers in contact with the screen.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
Select query description window: Items that can be used
1. Examples provided with WINDEV Mobile
ByReference (Property)
The ByReference property is used to determine if a procedure parameter was passed by reference.
Shape (Property)
The Shape property allows you to handle the different shapes of an element.
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Color (Property)
The Color property is used to get and change the color of an element.
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
SQLChangeConnection (Function)
Modifies the current connection.
Record (Type of variable)
The Record type is used to save the values of a record.
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Events associated with a Slider control (WEBDEV)
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
CalendarSelect (Function)
Returns the date selected in a Calendar control.
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.