Loading...
 

CX_ATOM_TBL

CX_ATOM_TBL

Class hierarchy
Description:

This class manages the assignment of a character string to an integer (similar to atom table in Windows). In ClassiX® System there are currently two objects of this class:

  • uniqueID = "Anonymous Slot", the elements hold the access expressions overwritten in CX_OVERWRITING_REF (the assigned number becomes Slotnumber)
  • uniqueID = "Dynamic Slot", the elements hold the access expressions assigned with AssignSlot

This class cannot be used by itself and has no functions.

Code example:
INITIALIZE: [ "CX_ATOM_TBL::this" COLOR BLUE ] SetFormat QM_SHOW_ANONYMOUS_SLOTS: ClearObox FindAll(CX_ATOM_TBL) FillObox ObjectList(CX_ATOM_TBL::strings, ENTIRE, 1, 2, 3, 4)

Data directory (DDI)
Data field Type Reference class I* Brief description
strings COLL CX_CLASS Access Expressions
uniqueID STRING Unique key

* I = Indexable data field

Use in AppsWH
Module Brief description