hmCal_GET AREA LIST

hmCal_GET AREA LIST(areas;thread_IDs)

Parameter          Type             Description
areas              ARRAY LONGINT    <- hmCal areas
thread_IDs         ARRAY LONGINT    <- Thread IDs

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)
ARRAY LONGINT($tl_threads;0)

hmCal_GET AREA LIST($tl_areas;$tl_threads)