ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Tab control
The Tab control is used to simultaneously display different controls...
Tab Control properties
A Tab Control can be manipulated in WLanguage either in a window or in a page with the following properties...
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
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...
Properties associated with the tab pane
A tab pane can be manipulated in WLanguage in a window or a page with the following properties...
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Image>.InvertColor (Function)
Inverts the colors in an Image control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
<Scheduler>.DeleteResource (Function)
Deletes a resource from a Scheduler control.
MySelf (Reserved word)
MySelf is used to handle the current control...
LooperInsertLine (Function)
Inserts a row into a Looper control.
ControlInOutReason (Function)
Indicates the origin of the entry in the control.
SysSetFocus (Function)
Sets focus to a window or control.
TreeDeleteAll (Function)
Deletes all elements from a TreeView control.
TreeSelectPlus (Function)
Selects an element in a TreeView control.
TreeExpand (Function)
Expands a node in a TreeView control.
BreadcrumbAddLink (Function)
Adds a link into a Breadcrumb control.
BreadcrumbInsertLink (Function)
Inserts a link into a Breadcrumb control.
BreadcrumbModifyLink (Function)
Modifies a link in a Breadcrumb control.
BreadcrumbDeleteLink (Function)
Deletes a link from a Breadcrumb control.
BreadcrumbDeleteAll (Function)
Deletes all links from a Breadcrumb control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
LooperSelectPlus (Function)
Selects a row in a Looper control.
<Kanban>.InsertList (Function)
Inserts a list in a Kanban control.
<Kanban>.DeleteList (Function)
Deletes a list from a Kanban control.
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.MoveList (Function)
Moves a list in a Kanban control.
KanbanInsertList (Function)
Inserts a list in a Kanban control.
KanbanMoveList (Function)
Moves a list in a Kanban control.