NewCursorAtStart
No overview available.
def NewCursorAtStart() - > Cursor
Creates and returns a new Cursor object initialized to the 'AtStart' state. This function is used to obtain a cursor positioned at the beginning of a sequence or data set.
Returns
| Type | Description |
|---|---|
Cursor | A new Cursor object with its state set to 'AtStartCursorState' and an empty custom position. |