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 / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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
The property MemorizeConfiguration property property allows you to:
  • Determine whether the configuration of the panes in a Dynamic Tab control or Ribbon control is automatically saved and restored.
  • Modify the configuration of the panes in a Dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)
Note: This property corresponds to the "Recordar configuración de pestañas" option available in the "Detail" tab of the control description window..
Ejemplo
TAB_Dynamic.StoreTheConfiguration = True
Sintaxis

Finding out whether the configuration of the panes is automatically stored and restored Ocultar los detalles

<Result> = <Control used>.StoreTheConfiguration
<Result>: Boolean
  • True if the configuration of the control panes is automatically saved and restored,
  • False if the configuration of the control panes is not automatically saved and restored.
<Control used>: Control name
Name of the field to be manipulated:
  • Dynamic Tab control.
  • Ribbon control.

Configuring the saving of the panes Ocultar los detalles

<Control used>.StoreTheConfiguration = <New configuration>
<Control used>: Control name
Name of the field to be manipulated:
  • Dynamic tab control.
  • Ribbon control.
<New configuration>: Boolean
  • True if the configuration of the control panes is automatically saved and restored,
  • False if the configuration of the control panes is not automatically saved and restored.
Observaciones
  • If this property is set to True after the initialization phase, the field will not revert to the previous configuration.
  • This property is useful to configure the controls created by ControlCreate and ControlClone.
  • For a Dynamic Tab control, the configuration includes the dynamic tabs and their position (i.e. their order).
    • "Undocked" dynamic tabs will still be undocked when restored, with the same size and position.
    • If the internal window accepts simple parameters (strings, integer, boolean), they are stored.
    • If the internal window accepts complex parameters (objects, HFSQL connections, ...), the backup is not performed.
    • If the internal window is using global variables (the position of a record for example), the restore operation will not give the same result as the backup.
  • For a Ribbon control, the configuration includes the panes and their position (i.e. their order). "Undocked" panes will still be undocked when restored, with the same size and position.
  • Dynamic Tab Control: You can manually save or restore the configuration of dynamic tabs using the TabSaveConfiguration/TabLoadConfiguration functions.
Versión mínima requerida
  • Versión 20
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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