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
Returns the name of current static or dynamic pane found in a Tab control associated with a control.
Remark: For the dynamic tab panes, this function can be used in the code of internal window to find out the name of associated tab pane.
Example
// Click on "BTN _New" button
MyPane is Control
MyPane <- ControlPane(MySelf)
MyPane.Caption = "New document.txt"
Syntax
<Result> = ControlPane(<Control>)
<Result>: Character string
  • Name of tab pane to which the control belongs (alias).
  • "" (empty string) if the <Control> is not a tab pane.
<Control>: Control name
Name of control found in a static or dynamic pane of Tab control.
Remarks
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