ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Dockable Panel 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
Activates a panel when several panels are docked together.
Example
// Array to know the number of errors
arrErrors is array of int
...
// Force the display of the error panel if there is at least 1 error
IF arrErrors.Count > 0 THEN
DOPA_Errors.Activate()
END
Syntax
<Result> = <Dockable Panel control>.Activate()
<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: wd290obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/30/2022

Send a report | Local help