hmCal_Delete Column

hmCal_Delete Column(area;reference) -> error

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

Description

The command hmCal_Delete Column deletes a column, defined by the parameter reference. If you pass 0 as reference, all columns, except the standard column with the reference -1, will be deleted.
You cannot delete the standard column with the reference -1.

Example

The following examples deletes a column:

C_LONGINT($vl_error)

$vl_error:=hmCal_Delete Column (hmCal;1)