| Cursor (Read/Write) | Top Previous Next | 
| Specifies the location of the cursor in the presentation space. The row and column of the cursor is contained within the OhioPosition object. 
 Visual Basic Syntax 
 Screen.Cursor [= TTnbOhioPosition] 
 Delphi Syntax 
 Screen.Cursor; [:= TTnbOhioPosition] 
 
 Remarks 
 This function returns an integer which represents the current cursor position, or sets the cursor position according to the OhioPosition passed as parameter. |