Click or drag to resize

ICommenceCursor Properties

The ICommenceCursor type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Name of the category this cursor is based on.
Public propertyColumnCount
Number of columns in cursor.
Public propertyColumns
Allows for setting multiple direct and related columns at once.
Public propertyFilters
Gets collection of filters to be applied on cursor. It is recommended you use this property over setting filterstrings directly.
Public propertyMaxFieldSize
Maximum field size. Gets the maximum number of characters that can be read from a Commence field. Undocumented by Commence. The default value is 93750.
Public propertyMaxRows
Maximum number of rows a cursor can contain. Undocumented by Commence. Effectively a measure for database capacity.
Public propertyRowCount
Number of items in cursor.
Public propertyShared
(read-only) TRUE if category is shared in a workgroup.
Public propertyView
Name of the View if cursor is based on a view.
Top
See Also