|
|
|
|
|
- Operating mode of the Calendar control
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.
// Displays a Calendar button if necessary IF EDT_Date.CalendarButton = False THEN EDT_Date.CalendarButton = True END
Syntax
Finding out 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 or not 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|