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
  • Operating mode
  • Note
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 AutomaticallyMinimized property is used to:
  • Find out the timeout before the Repositionable Note is automatically minimized.
  • Define the timeout before the Repositionable Note control is automatically minimized.
Note: This property is identical to the "Minimizar automáticamente la nota después de" option in the "UI" tab of the control description window..
Ejemplo
// Déplier un champ Note repositionnable et laisser le champ déplié
NOTE_MaNote.Réduit = False
NOTE_MaNote.RéduitAutomatique = 0
// Replier le champ Note repositionnable au bout d'une minute
NOTE_MaNote.Réduit = True
NOTE_MaNote.RéduitAutomatique = 60
Sintaxis

Finding out the duration before the Repositionable Note is automatically minimized Ocultar los detalles

<Result> = <Repositionable Note control>.AutomaticallyMinimized
<Result>: Integer
Duration (in seconds) before the Repositionable Note control is automatically minimized.
<Repositionable Note control>: Control name
Name of Repositionable Note control to use.

Modifying the duration before the Repositionable Note control is automatically minimized Ocultar los detalles

<Repositionable Note control>.AutomaticallyMinimized = <Automatic Collapse>
<Repositionable Note control>: Control name
Name of Repositionable Note control to use.
<Automatic Collapse>: Integer or Duration
Duration (in seconds) before the Repositionable Note control is automatically minimized. This parameter can correspond to:
  • an integer corresponding to the number of seconds,
  • a Duration variable,
  • the duration in a readable format (e.g.: '1s' or '10 s').
Observaciones

Operating mode

  • By default, the Repositionable Note is never minimized ("Minimizar automáticamente la nota después de" option in the "UI" tab set to "Never").
  • If the user expands the Repositionable Note control, it remains expanded.
  • If an XX value is assigned to the AutomaticallyMinimized property, the Repositionable Note control will be automatically minimized after XX seconds.

Note

  • The Minimized property allows you to know if a Repositionable Note control is minimized.
Versión mínima requerida
  • Versión 21
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