Enumeration

GomCursorCapabilities

Declaration

flags Gom.CursorCapabilities

Description

Capability flags for GomCursor movement and counting support.

Members

GOM_CURSOR_CAPABILITIES_NONE

No special capabilities beyond next().

  • Value: 0
  • Available since: 2
GOM_CURSOR_CAPABILITIES_REWIND

The cursor can be rewound to the start.

  • Value: 1
  • Available since: 2
GOM_CURSOR_CAPABILITIES_ABSOLUTE

The cursor can move to an absolute position.

  • Value: 2
  • Available since: 2
GOM_CURSOR_CAPABILITIES_RELATIVE

The cursor can move relative to the current position.

  • Value: 4
  • Available since: 2
GOM_CURSOR_CAPABILITIES_COUNT

The cursor can return a count of total matches.

  • Value: 8
  • Available since: 2