ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window...
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window...
The Tab control
The Tab control is used to simultaneously display different controls...
Tab control properties
A Tab Control can be manipulated in a window or page using the following WLanguage properties...
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Tab pane properties
A tab pane can be manipulated in a window or page using the following WLanguage properties...
Events associated with Tab controls
List of events associated with Tab controls
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming...
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another 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....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
LooperInsertIW (Function)
Inserts a row as an internal window into a Looper control populated programmatically.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Options of the window editor
To configure the general options of the window editor......
LooperModifyIW (Function)
Modifies a row corresponding to an internal window in a Looper control populated programmatically.
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
The "Stock" charts
The Stock charts are used to represent the variations in the values of shares......
BackgroundImageLine (Property)
The BackgroundImageLine property is used to get and change the background image of each row: of a Table control, of a TreeView Table control, of a Looper control....
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
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....
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.