hmCal_Get Area Property

hmCal_Get Area Property(area;property) -> value

Parameter          Type             Description
area               Longint      ->  hmCal area
property           Longint      ->  area property
value              Longint      <-  return value

Description

The command hmCal_Get Area Property returns information about the area. With the parameter property, you can decide, which information is to be returned. You can also constants for the property-value. See also chapter Constants.

For decriptions about all properties see chapter hmCal_SET AREA PROPERTY.

Example

The following example returns the width of the user-list in the user multi day view:
C_LONGINT($vl_width)

$vl_width=hmCal_Get Area Property(hmCal;hmCal_prop_UserListWidth)