The class of object to be collected
Member of Dictionary Collection (PRIM_DCOL)
Data Type - PRIM_OBJT - Base object, use it as the ancestor of components which are not visualized
Collects specifies the class of components that can be stored in the collection. Collections can store any object that has this class in its inheritance structure.
The example below defines a collection of buttons.
Define_Com Class(#prim_dcol<#Prim_phbn #Prim_objt>) Name(#Buttons)
Collection items can be accessed using the key as below.
#Buttons.Caption := "Caption 1"
Febuary 18 V14SP2