hmCal_SET SELECTION MODE

hmCal_SET SELECTION MODE(area;mode)

Parameter          Type             Description
area               Longint      ->  hmCal area
mode               Longint      ->  selection mode

Description

The command hmCal_SET SELECTION MODE changes the selection mode of the calendar. There are three modes:


The default setting of the calendar is 2.

Independent from the selection mode, appointments can be selected with the command hmCal_SELECT APPOINTMENTS

Example

The following example changes the selection mode. Now you can select multiple appointments.

hmCal_SET SELECTION MODE(hmCal;1)