Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

 

CursorPos Data Type

This data type allows you to specify screen positions in row/column values. Rows and columns both start at 1 for the first position on the screen.

Member
name

Member type

Description

row

long

1-based row of screen cursor

column

long

1-based column of screen cursor

Back to Custom Data Types

  • No labels