hmCal_SET HOURLINE COLOR

hmCal_SET HOURLINE COLOR(area;red;green;blue)

Parameter          Type             Description
area               Longint      ->  hmCal area
red                Longint      ->  red color
green              Longint      ->  green color
blue               Longint      ->  blue color

Notice: This command is obsolete in version 2.0. Please use
hmCal_SET COLOR!


Description

The command hmCal_SET HOURLINE COLOR sets the hourline color of the calendar to the RGB color defined by the color components red, green and blue.

Example

The following example sets the hourline color of the calendar to red:

hmCal_SET HOURLINE COLOR(hmCal;0xFFFF;0;0)