ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<XAML>.Property (Function)
Allows you to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
XamlDisable (Function)
Simulates the absence of .Net 3.0 framework.
<Xaml>.Event (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlEvent (Function)
Associates a procedure written in WLanguage with an event of Xaml control.
XamlProperty (Function)
Used to find out and modify the value of a .Net property for an Xaml control or for a Carousel control.
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
InternalPagePopup (Property)
The InternalPagePopup property is used to get and modify the name of the internal page used to customize the content of marker popups in a Map control.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
<Table>.DeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, tables displayed in a Combo Box control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.ModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Handling a formatted display control through programming
WEBDEV allows you to handle a formatted display control through programming......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
<Table>.Count (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Functions for managing TreeView Table controls (prefix syntax)
List of functions for managing TreeView Table controls...
ViewName (Property)
The ViewName property is used to: find out the name of the HFSQL view, data source of a report modify the name of the HFSQL view, data source of a report....
<Table>.Position (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.