ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Item control properties
List of properties associated with the Item control...
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
FAA: Edit control fields for file paths
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific context menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
Handling a dynamic programmatically
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
AnimationSetMode (Function)
Changes the type of animation: for an image in an Image control. for a text in a static control....
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Ad control properties
An Ad control can be manipulated in WLanguage in a window with the following properties.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
EndVisibleRange (Property)
The EndVisibleRange property is used to: find out and modify the last visible date or time in a Scheduler control or in a TimeLine control. modify the last visible time in a TimeLine control....
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....