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
PanelLoadConfiguration (Function)
In french: PanneauChargeConfiguration
Restores the configuration of the Dockable Panel controls in a window.
Example
// Save the current configuration
sConf is string = PanelSaveConfiguration()
 
 
// Restore the configuration saved in sConf
PanelLoadConfiguration(sConf)
IF ErrorOccurred THEN ToastDisplay(ErrorInfo())
Syntax
<Result> = PanelLoadConfiguration(<Configuration>)
<Result>: Boolean
  • True if the configuration was loaded.
  • False otherwise. To get more details on the error, use ErrorInfo.
<Configuration>: Character string
Configuration to restore. This configuration is the result of PanelSaveConfiguration.
Caution: If the format of this parameter is invalid or cannot be applied to the Dockable Panel control, <Resultat> is set to False.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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