skip to main content

Controls Reference : ENTRY-FIELD : Properties : Selection-Start-Row

Selection-Start-Row
This property returns the Y start position of the selection of text in a Multiline Entry-Field.
 
Example - Get the selection start column and row from a multiline entry-field control
working-storage section.
77 ws-sel-start-col pic 9(3).
77 ws-sel-start-row pic 9(3).
screen section.
  03 screen-1-ef-4 Entry-Field
     line 40.6
     column 47.5
     size 16.2 cells 
     lines 12.3 cells 
     multiline
     max-lines 4.
procedure division.
  inquire screen-1-ef-4 selection-start-col ws-sel-start-col 
                        selection-start-row ws-sel-start-row

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left