Jump to main content
  Brainware Intelligent Capture Scripting
Brainware Intelligent Capture Scripting
 Foundation 23.1
  • Documentation Notice
  • About Scripting
  • ScriptModule Events
  • Cedar DocClass Event Interface
  • Cedar [FieldName] Event Interface
  • Working with Workdoc Objects (SCBCdrWKDOCLib)
  • SCBCdrPROJLib
  • Working with the Associative Search Engine (CDRADSLib)
  • Working with the Check Analysis Engine (SCBCdrParaCheckLib)
  • Working with the Format Analysis Engine (SCBCdrFormatEngine)
  • Working with Format Settings (SCBCdrFormatSettings)
  • Working with Batches (SCBCdrBATCHLib)
  • Comparing Strings (SCBCdrSTRCOMPLib)
  • Working with Images (SCBCroIMGLib)
  • Working with CI Documents (SCBCroCiDocLib)
  • Working with Cairo Projects (SCBCroPROJLib)
  • Working with Collections (SCBCroCollLib)
  • Working with Worktext Objects (SCBCroWorktextLib)
  • Working with Verification Forms (DISTILLERVERIFIERCOMPLib)
  • Printing Documents (SCBCroPrintLib)
  • Error Handling
  • Troubleshooting Scripting Issues
  • Encryption
  1. Home
  2. Working with Collections (SCBCroCollLib)
  3. Collection Object SCBCroCollection

    The component SCBCroCollection provides methods and properties to work with collections.

  4. SCBCroCollection Methods

    This object provides the following methods.

  • Documentation Notice
  • About Scripting
  • ScriptModule Events
  • Cedar DocClass Event Interface
  • Cedar [FieldName] Event Interface
  • Working with Workdoc Objects (SCBCdrWKDOCLib)
  • SCBCdrPROJLib
  • Working with the Associative Search Engine (CDRADSLib)
  • Working with the Check Analysis Engine (SCBCdrParaCheckLib)
  • Working with the Format Analysis Engine (SCBCdrFormatEngine)
  • Working with Format Settings (SCBCdrFormatSettings)
  • Working with Batches (SCBCdrBATCHLib)
  • Comparing Strings (SCBCdrSTRCOMPLib)
  • Working with Images (SCBCroIMGLib)
  • Working with CI Documents (SCBCroCiDocLib)
  • Working with Cairo Projects (SCBCroPROJLib)
  • Working with Collections (SCBCroCollLib)
    • Collection Object SCBCroCollection

      The component SCBCroCollection provides methods and properties to work with collections.

      • SCBCroCollection Methods

        This object provides the following methods.

        • Add

          This method adds a new item with the specified name to the collection.

        • Clear

          This method removes all items from the collection and releases their reference count.

        • GetMovedIndex

          This method receives information about changes within the OnChange event.

        • GetRenameInfo

          This method receives information about changes within the OnChange event.

        • ItemExists

          This method checks whether the item exists inside the collection.

        • MoveItem

          This method moves an item specified by OldIndex from OldIndex to NewIndex.

        • Remove

          This method removes the item specified by the Name parameter from the collection and releases the reference count to this item.

        • RemoveByIndex

          This method removes the item specified by the Index parameter from the collection and releases the reference count to this item.

        • Rename

          This method renames the item specified by OldName from OldName to NewName.

      • SCBCroCollection Properties

        This object provides the following properties.

      • SCBCroCollection Events

        This ISCBCroCollectionEvents object provides the following event.

  • Working with Worktext Objects (SCBCroWorktextLib)
  • Working with Verification Forms (DISTILLERVERIFIERCOMPLib)
  • Printing Documents (SCBCroPrintLib)
  • Error Handling
  • Troubleshooting Scripting Issues
  • Encryption

SCBCroCollection Methods

This object provides the following methods.

  • Add
  • Clear
  • GetMovedIndex
  • GetRenameInfo
  • ItemExists
  • MoveItem
  • Remove
  • RemoveByIndex
  • Rename
footer © Hyland Software, Inc. and its affiliates. All rights reserved.