|
|
|
|
|
<Calendar>.SelectCount (Function) In french: <Calendrier>.SelectOccurrence
Warning
From version 24, Calendar.SelectOccurrence is kept for backward compatibility. This function is replaced by <Calendar>.SelectCount.
Returns the number of days selected in a Calendar control. // Browse the dates selected in the Calendar control FOR i = 1 _TO_ CAL_Calendar1.SelectCount() Trace(CAL_Calendar1.Select(i)) END
Syntax
<Result> = <Calendar control>.SelectCount()
<Result>: Integer Number of elements selected in the Calendar control. This parameter:- can be greater than 1 only if the Calendar control is multi-selection,
- is equal to 1 if the Calendar control is not multi-selection.
<Calendar control>: Control name Name of Calendar control used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|