|
|
|
|
|
- Calendar control behavior
CalendarButton (Property) In french: BoutonCalendrier
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
IF SAI_Date.BoutonCalendrier = False THEN
SAI_Date.BoutonCalendrier = True
END
Syntax
Determining whether a Calendar button is displayed Hide the details
<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 Hide the details
<Edit control>.CalendarButton = <Display>
<Edit control>: Control name Name of the Date Edit control to use. <Display>: Boolean - True if a Calendar button must be displayed,
- False otherwise.
Remarks
Related Examples:
|
Unit examples (WINDEV): The Calendar control
[ + ] Four methods for using the Calendar control: - Using the Calendar control found in the WINDEV toolbar - Using CalendarOpen and CalendarPicker as well as CalendarSelect (multi-selection) - Using ..CalendarButton - Using BankHolidayAdd
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|