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 / Dockable Panel functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Activates a panel when several panels are docked together.
Example
// Tableau permettant de connaître le nombre d'erreurs
tabErreurs is array of int
... 
// Force l'affichage du panneau des erreurs si au moins 1 erreur
IF tabErreurs.Count > 0 THEN
	PanelActivate(PADO_Erreurs)
END
Syntax
<Result> = PanelActivate(<Dockable Panel control>)
<Result>: Boolean
  • True if the panel is displayed,
  • False otherwise (the panel is already active or it is not docked to other panels).
<Dockable Panel control>: Control name
Dockable Panel control to use.
Component: wd300obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help