hmCal_SET ROUNDING

hmCal_SET ROUNDING(area;status)

Parameter          Type             Description
area               Longint      ->  hmCal area
status             Longint      ->  1=round corners
                                    0=no round corners

Description

With the command hmCal_SET ROUNDING you can define if the corners of all appointments have round corners or not.

How round the corners should be, you can use the command hmCal_SET ROUNDING VALUE.

Example

The following example rounds all corners of all appointments in the calendar:

hmCal_SET ROUNDING (hmCal;1)