Futurebasic/Language/Reference/def buttonhelpdisplay

From Wikibooks, open books for an open world
Jump to navigation Jump to search

DEF BUTTONHELPDISPLAY[edit | edit source]

DEF BUTTONHELPDISPLAY[edit | edit source]

Statement[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax[edit | edit source]

DEF BUTTONHELPDISPLAY ( bntID )

Revised[edit | edit source]

May, 2003 (Release 8)

Description[edit | edit source]

In non Carbon applications, help balloons are used to display the help message associated with a given button. Unlike Help tags in Carbon, Help balloons related to FutureBASIC buttons will not show up magically on screen. Your application must determine when the Help balloon must be displayed. You will generally intercept a _cursOver event in you dialog handler to retrieve the btnID over which the mouse pointer is located. Help balloons must be enabled at the system level in order to see effectively the Help balloons on screen.

This command is ignored in Carbon applications.

You must include "Subs Help tags.Incl" in your project to make this command available to your program.

See Also[edit | edit source]

DEF BUTTONHELPSETTEXT; DEF BUTTONHELPSHOW