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
  • Calendar control behavior
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 CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
Ejemplo
// Displays a Calendar button if necessary
IF EDT_Date.CalendarButton = False THEN 
	EDT_Date.CalendarButton = True
END
Sintaxis

Determining whether a Calendar button is displayed Ocultar los detalles

<Result> = <Edit control>.CalendarButton
<Result>: Boolean
  • True if a Calendar button is displayed,
  • False otherwise.
<Edit control>: Control name
Name of the Date Edit control to use.

Displaying a Calendar button Ocultar los detalles

<Edit control>.CalendarButton = <Display>
<Edit control>: Control name
Name of the Date Edit control to use.
<Display>: Boolean
  • True if a Calendar button is to be displayed,
  • False otherwise.
Observaciones
WINDEVReportes y ConsultasCódigo de Usuario (UMC)

Calendar control behavior

At runtime, Date Edit controls include the "Calendar" option by default. This option displays a calendar to select a date.
If the CalendarButton property is used to display a Calendar button in the date Edit control, the "Calendar" option is no longer available in the context menu of the Date control.
Note You can disable the calendar display for a project or field (via the button or context menu) by pressing AAFDisable.
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/05/2025

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