CursorPos Property (Read/Write)

Top  Previous  Next

Gets/sets the host-screen cursor position.

 

Visual Basic Syntax

 

TNBFields.CursorPos [= Integer]

 

Delphi Syntax

 

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

 

See also HostFields and EditFields property from TNB5250/TNB3270 class.