| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:ScreenText ====== | [[prop right.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop selstart.htm|{{btn_next_n.gif|Next page}}]] | | || {{newc7.jpg|NewC7.jpg}} Returns the text displayed on screen in the specified control. **Example:** **WinView   WINDOW('View'),AT(0,0,320,200),MDI,MAX,HVSCROLL** **           SPIN(@n3),AT(0,0,320,180),USE(Fil:Field),RANGE(0,255)** **          END** ** CODE** ** OPEN(WinView)** ** ACCEPT** **  CASE FIELD()** **  OF ?Fil:Field** **   CASE EVENT()** **   OF EVENT:Rejected** **    MESSAGE(?Fil:Field{PROP:ScreenText} & ' is not in the range 0-255')** **    SELECT(?)** **    CYCLE** **   END** **  END** ** END** **See Also:** [[contents return contents of use variable .htm|CONTENTS]] [[change change control field value .htm|CHANGE]]