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
PanelLoadConfiguration (Function)
In french: PanneauChargeConfiguration
Restores the configuration of the Dockable Panel controls in a window.
Example
// Sauve la configuration courante
sConf is string = PanelSaveConfiguration()


// Restaure la configuration sauvée dans 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.
Warning: If the format of this parameter is invalid or cannot be applied to the Dockable Panel field, <Result> is False.
Business / UI classification: UI Code
Component: wd300obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help