hmCal_SET SEARCHMODE

hmCal_SET SEARCHMODE (area;OnOff)

Parameter          Type             Description
area               Longint      ->  hmCal area
OnOff              Longint      ->  1 = On, 0=Off

Description

The command hmCal_SET SEARCHMODE sets the hmCal area to a visual search mode. The area is shown darken now, except the appointments which where added with the command hmCal_SET TO SEARCH.

Example

The following example sets the hmCal to the search mode and highlights an appointment:

hmCal_SET SEARCHMODE (calarea;1)
hmCal_SET TO SEARCH (calarea;3)