hmCal_Set Column Titles

hmCal_Set Column Titles(area;reference;line1;line2) -> error

Parameter          Type             Description
area               Longint      ->  hmCal area
reference          Longint      ->  column reference
line1              Text         ->  column header text line 1
line2              Text         ->  column header text line 2
error              Longint      <-  error code

Notice: This command is obsolete in version 2.1. Please use
hmCal_Set Column Property!


Description

The command hmCal_Set Column Titles sets the column header texts of the column defined by the parameter reference. The standard column has the reference -1. A second line is only visible in the project view, else you pass an empty string.

Example

The following example sets the column header texts:

C_LONGINT($vl_error)

$vl_error:=hmCal_Set Column Titles (hmCal;-1;"Appointment";"For Mrs. Smith")