ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Looper>.ToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
HideWhileScrolling (Property)
The HideWhileScrolling property is used to: Determine if the pinned control is hidden while scrolling, Show or hide the pinned control while scrolling....
Body (Property)
The Body property is used to identify and modify the HTML body of an HTML Display control or an HTML Editor control.
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
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....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Multiline Zone control properties
A Multiline Zone control and the lines of a Multiline Zone control can be handled in a window by the following WLanguage properties.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
<Spreadsheet>.Position (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area of Spreadsheet control is moved to display the cell. or the cell is displayed in the upper-left corner of visible area of Spreadsheet control....
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
Scheduler report
The report editor allows you to create "Scheduler" reports....