Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:NoTips ====== Previous pageReturn to chapter overviewNext page

Disables (when set to 1) or re-enables (when set to 0) tooltip display (TIP attribute) for the SYSTEM, window, or control.

Example:

WinView   APPLICATION('MyApp'),AT(0,0,320,200),MAX,HVSCROLL,SYSTEM

     END

CODE

OPEN(WinView)

SYSTEM{PROP:NoTips} = 1  !Disable TIP display throughout entire application

ACCEPT

END

See Also: TIP, TipsFont, TipDelay/TipDisplay