|
|
|
|
|
PanelLoadConfiguration (Function) Restores the configuration of the Dockable Panel controls in a window. // Save the current configuration sConf is string = PanelSaveConfiguration()
// Restore the configuration saved in sConf PanelLoadConfiguration(sConf) IF ErrorOccurred THEN ToastDisplay(ErrorInfo())
Sintaxis
<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. Clasificación Lógica de negocio / UI: Código UI
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|