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
Detaches a Dockable Panel control to transform it into a floating window.
Example
// Détacher le champ Panneau dockable et le met en haut à gauche de l'écran
PanelDetach(PADO_Test)
PADO_Test.X = 0
PADO_Test.Y = 0
Syntax
PanelDetach(<Dockable Panel control>)
<Dockable Panel control>: Control name
Name of the Dockable Panel control to use.
Remarks
  • If the control is already a floating Dockable Panel control, PanelDetach has no effect.
  • The Dockable Panel control can be reattached to its window using PanelAttach.
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