hmCal_Delete Stylesheet

hmCal_Delete Stylesheet(area;reference) -> error

Parameter          Type             Description
area               Longint      ->  hmCal area
reference          Longint      ->  stylesheet-id
error              Longint      <-  error-code

Description

The command hmCal_Delete Stylesheet deletes a stylesheet. You can delete stylesheets, even if these are still used. These objects are then drawn in the standard font.

Example

The following example deletes a stylesheet:

C_LONGINT($vl_error)

$vl_error:=hmCal_Delete Stylesheet(hmCal;1)