AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Panel acoplable
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
Detaches a Dockable Panel control to transform it into a floating window.
Example
// Detach the Dockable Panel control and position it at the top left of the screen
PanelDetach(DOPA_Test)
DOPA_Test.X = 0
DOPA_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: wd290obj.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/05/2022

Señalar un error o enviar una sugerencia | Ayuda local