hmCal_SET HALFHOURLINE COLOR

hmCal_SET HALFHOURLINE 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 HALFHOURLINE COLOR sets the halfhourline color of the calendar to the RGB color defined by the color components red, green and blue.

Example

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

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