CursorPos Property (Read/Write)

Top  Previous  Next

Gets/sets the host-screen cursor position.

 

Visual Basic Syntax

 

TNBXFields.CursorPos [= Integer]

 

Delphi Syntax

 

TNBXFields.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 TNB5250X/TNB3270X class. To set a new cursor position you must do it on EditFields property.

 

See also HostFields and EditFields property from TNB5250X/TNB3270X class.