AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Cuadro de mando
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Saves the configuration of a Dashboard control in string format. This configuration includes the following elements:
  • position of internal windows/pages in the Dashboard control.
  • size of internal windows/pages in the Dashboard control.
  • visibility of internal windows/pages in the Dashboard control.
Note: To save or restore the user configuration automatically, check the "Recordar configuración de Widgets" option in the "Detail" tab of the control description window.
Ejemplo
WEBDEV - Código Servidor
// Save a configuration
sMyConfig is string
sMyConfig = DASH_TimeZones.SaveConfiguration()
fSaveText(fWebDir() + ["\"] + "DashConfig.tdb", sMyConfig)
Sintaxis
<Result> = <Dashboard control>.SaveConfiguration()
<Result>: Cadena de caracteres
Configuration of Dashboard control.
This configuration can be saved by fSaveText or SaveParameter.
This configuration can be restored by <Dashboard>.LoadConfiguration.
<Dashboard control>: Nombre del control
Name of the Dashboard control to be used.
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 23
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local