hmCal_ENABLE DELETE KEY

hmCal_ENABLE DELETE KEY(area;activate)

Parameter          Type             Description
area               Longint      ->  hmCal area
activate           Longint      ->  0 = delete key deactivated
                                    1 = delete key activated

Notice: This command is obsolete in version 1.8. Please use hmCal_SET AREA PROPERTY!

Description

The command hmCal_ENABLE DELETE KEY defines if the delete key should be used in the calendar. If the delete key is deactivated the callback-event hmCal_DeleteAppointment will not released.

Example

The following example deactivates the deletion:

hmCal_ENABLE DELETE KEY(hmCal;0)