|
|
|
|
|
CalendarSelectCount (Function) In french: CalendrierSelectOccurrence
Warning
From version 24, CalendarSelectOccurrence is kept for backward compatibility. This function is replaced by CalendarSelectCount.
Returns the number of days selected in a Calendar control.
// Browse the dates selected in the Calendar control FOR i = 1 _TO_ CalendarSelectCount(CAL_Calendar1) Trace(CalendarSelect(CAL_Calendar1, i)) END
Syntax
<Result> = CalendarSelectCount(<Calendar control>)
<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. Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|