ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
WithNewButton (Property)
The WithNewButton property is used to: Determine if a Dynamic Tab control has New tab button (+). Configure a Dynamic Tab control to show a New tab button....
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab control.
<Tab>.Open (Function)
Opens a new pane in a Dynamic Tab control.
TabOpen (Function)
Opens a new pane in a Dynamic Tab control.
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
TabCloseAll (Function)
Closes all dynamic tabs of a Tab control.
TabClose (Function)
Closes a dynamic pane in a Tab control.
<Tab>.CloseAll (Function)
Closes all dynamic tabs of a Tab control.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
DynamicTab (Property)
The DynamicTab property is used to: Find out the type of a Tab control (static tab or dynamic tab). Modify the type of a Tab control (static tab or dynamic tab)....
<Tab>.LoadConfiguration (Function)
Restores the configuration of dynamic tabs in a Tab control.
TabLoadConfiguration (Function)
Restores the configuration of dynamic panes in a Tab control.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
mlzDelete (Function)
Deletes a dynamic row from a Multiline Zone control.
mlzDeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
<Multiline Zone>.Delete (Function)
Deletes a dynamic row from a Multiline Zone control.
<Multiline Zone>.DeleteAll (Function)
Deletes all dynamic rows from a Mutiline Zone control.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.