Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Class Property

Library/Class:

StaticVars Class



StaticVars.ColCat[ ] As Integer, Read Only (Recommended)

The ColCat[] property is a dynamic array of type Integer. The upper bound of the array is set according to the number of sorted columns in the active view. The value stored for each sorted column is either True (column is categorised) or False (column is not categorised). E.g. if the currently active view has 5 columns and column 1 is sorted ascending and categorised, column 3 & 5 are sorted, but not categorised, then the upper bound of ColSrt[] is 2 (3 elements) and the array element values are:

ColCat(0) = True
ColCat(1) = False
ColCat(2) = False

    The property is only relevant in the context of exporting "Selected Documents in Active View".
     
    QUICK LINKS
     
     

     

      © Shireburn Software Ltd. 2008 - 2024