|
|
|
|
|
PanelLoadConfiguration (Function) In french: PanneauChargeConfiguration Restores the configuration of the Dockable Panel controls in a window.
sConf is string = PanelSaveConfiguration()
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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|