CursorPos Property (Read/Write)

Top  Previous  Next

Gets/sets the host-screen cursor position.

 

Visual Basic Syntax

 

TNBEmulator.CursorPos [= Integer]

 

Delphi Syntax

 

TNBEmulator.CursorPos [:= Integer];

 

 

Remarks

 

Valid cursor position goes from 1 to the total number of rows multiplied by the total number of columns available for the terminal type specified. The current cursor position is available in both HostFields and EditFields properties from TTnb5250/TTnb3270 class. To set a new cursor position you must do it on EditFields property.

 

See also HostFields and EditFields property from TTnb5250/TTnb3270 class.