Important: The information in this document is obsolete and should not be used for new development.
HMGetBalloons
To determine whether Balloon Help assistance is enabled, use theHMGetBalloonsfunction.
FUNCTION HMGetBalloons: Boolean;DESCRIPTION
TheHMGetBalloonsfunction returnsTRUEif help is currently enabled andFALSEif help is not currently enabled. Because theHMGetBalloonsfunction does not load the Help Manager into memory, it provides a fast way to determine whether Balloon Help assistance is enabled.ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for theHMGetBalloonsfunction are
Trap macro Selector _Pack14 $0003 SEE ALSO
To determine whether Balloon Help assistance is available, use theGestaltfunction as described in "Using the Help Manager" on page 3-15.