| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:TipDelay and PROP:TipDisplay ====== | [[prop timezeroislongone.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop tipsfont.htm|{{btn_next_n.gif|Next page}}]] | | || **PROP:TipDelay** sets the time delay before tooltip display (TIP attribute) for the SYSTEM. **PROP:TipDisplay** sets the duration of tooltip display (TIP attribute) for the SYSTEM. **Example:** **WinView   APPLICATION('MyApp'),AT(0,0,320,200),MAX,HVSCROLL,SYSTEM** **          END** ** CODE** ** SYSTEM{PROP:TipDelay} = 50     !Delay TIP display for 1/2 second** ** SYSTEM{PROP:TipDisplay} = 500  !TIP display for 5 seconds** ** !It is always a best practice to set the SYSTEM properties** ** ! before opening Frame** ** OPEN(WinView)** ** ACCEPT** ** END** **See Also:** [[tip set balloon help text .htm|TIP]], [[prop tipsfont.htm|TipsFont]], [[prop notips.htm|NoTips]]