ICommenceCursor Properties |
The ICommenceCursor type exposes the following members.
| Name | Description | |
|---|---|---|
| Category |
Name of the category this cursor is based on.
| |
| ColumnCount |
Number of columns in cursor.
| |
| Columns |
Allows for setting multiple direct and related columns at once.
| |
| Filters |
Gets collection of filters to be applied on cursor.
It is recommended you use this property over setting filterstrings directly.
| |
| MaxFieldSize |
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.
| |
| MaxRows |
Maximum number of rows a cursor can contain. Undocumented by Commence. Effectively a measure for database capacity.
| |
| RowCount |
Number of items in cursor.
| |
| Shared |
(read-only) TRUE if category is shared in a workgroup.
| |
| View |
Name of the View if cursor is based on a view.
|