hmCal_GET AREA LIST

hmCal_GET AREA LIST(Array)

Parameter          Type             Description
Array              Longint-Array <- hmCal areas

Description

With the command hmCal_GET AREA LIST you can get a list of all currently valid hmCal areas of the current 4D application. The command is indepenent of the current process.

Example

The following example returns all hmCal areas of the current 4D application:

ARRAY LONGINT($tl_areas;0)

hmCal_GET AREA LIST($tl_areas)