ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Tab functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Returns the name of current static or dynamic pane found in a Tab control associated with a control.
Note: In the case of dynamic tab panes, this function can be used in the internal window code to find out the name of the associated tab pane..
Example
// Clic sur bouton "BTN _Nouveau"
MonVolet is Control 
MonVolet <- ControlPane(MySelf)
MonVolet.Libellé = "Nouveau 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: wd300obj.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help