ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Tab functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Closes a dynamic pane in a Tab control. The event "Closing a pane" is not called.
Example
// Click the Close Button control
TabClose(TAB_DynTab, TAB_DynTab.Value)
Syntax

Closing a specific dynamic tab pane Hide the details

TabClose(<Tab control> , <Alias>)
<Tab control>: Control name
Name of the Tab control to be used.
<Alias>: Character string
Alias of dynamic tab pane to close. This alias can be retrieved by: If this parameter does not correspond to any dynamic pane, the function has not action and a non-fatal error occurs.

Closing the current dynamic tab pane Hide the details

TabClose(<Tab control>)
<Tab control>: Control name
Name of the Tab control to be used. The current dynamic pane will be closed.
Component: wd290obj.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help