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
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
PanelActivate(DOPA_Errors)
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: 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