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
Saves the current configuration of the Dockable Panel controls of 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> = PanelSaveConfiguration()
<Result>: Character string
Configuration of all the Dockable Panel control in the current window.
This configuration can be saved by fSaveText or SaveParameter.
This configuration can be restored by PanelLoadConfiguration.
Remarks
The following information is saved for each Dockable Panel control in the window:
  • Size,
  • Position,
  • Attached / detached,
  • Visible / invisible
  • Collapsed / expanded.
To save/restore the position of a Dockable Panel in the window, use PanelPosition and PanelAttach.
Component: wd300obj.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help