|
|
|
|
|
- Calendar control behavior
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
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. <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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|