hmCal_mini_SET STYLE

hmCal_mini_SET STYLE(area;style)

Parameter          Type             Description
area               Longint      ->  hmCal-mini area
style              Longint      ->  1=classic style
                                    2=modern style

Description

The command hmCal_mini_SET STYLE sets the style of the mini calendar. Two styles are currently supported:

Left: classic style (1)
Right: modern style (2)



Example

The following example sets the style to "modern":

hmCal_mini_SET STYLE(hmCalmini;2)