hmCal_mini_SET ORIENTATION

hmCal_mini_SET ORIENTATION(area;orientation)

Parameter          Type             Description
area               Longint      ->  hmCal-mini area
orientation        Longint      ->  0=horizontal, 1=vertical

Contents

Description

The command hmCal_mini_SET ORIENTATION sets the orientation of the minicalendar to horizontal or vertical. The default setting is vertical.

Vertical


Horizontal



Example

The following example displays all months horizontally:

hmCal_mini_SET ORIENTATION(hmCalmini;0)