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...
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
SpreadsheetGetSortInfo (Function)
Returns various information about the sort performed in a Spreadsheet control.
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
GalleryDisplayPopup (Function)
Displays the automatic zoom popup for the Image Gallery control.
<Radio button>.Count (Function)
Returns the number of options found in a Radio Button control.
<Organizer>.ToiCalendar (Function)
Exports the appointments found in an Organizer control in iCalendar format.
<Organizer>.BackgroundColor (Function)
Defines a background color for a time slot in an Organizer control.
<Camera>.SetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
FilePath (Property)
The FilePath property gets the name of the file associated with a control.
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
<Looper>.MoveLine (Function)
Moves a row or swaps two rows in a Looper control.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
<Word Processing>.Print (Function)
Prints the content of a Word Processing control in "docx" format.
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<Word Processing>.Redo (Function)
Restores the last undone action on a Word Processing control.
<Word Processing>.Undo (Function)
Undoes the last action performed on a Word Processing control.
<Word Processing>.ToHTML (Function)
Converts the content of a Word Processing control into an HTML file.
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
<Word Processing>.ToText (Function)
Creates a character string from the data of a Word Processing control.
<Spreadsheet>.InsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.