Groups

The Groups are defined by the Groups collection in the TOKOPEN_ENVIRONMENT. It is a collection of TOKOPEN_GROUP objects.

 TOKOPEN_GROUPLIST

 Count as Long
     Read Only, indicates how many groups are defined. 

 Item(vntIndexKey As Variant) As TOKOPEN_GROUP
     References one of the Group objects, in the rage 1..Count

  Refresh 
     Forces TokOpen to rebuild the GROUPLIST collection from the database.

 Contains (anitem as Variant)  as Boolean 
     Inidicates if TokOpen supports the specified group number.

See Also:-

 TOKOPEN_GROUP

Example Code :-