|
|
|
|
|
PanelSaveConfiguration (Function) In french: PanneauSauveConfiguration Saves the current configuration of the Dockable Panel controls of a window. // 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. Remarks The following information is saved for each Dockable Panel control in the window: - Size,
- Position,
- Attached / detached,
- Visible / invisible
- Collapsed / expanded.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|