Request_Status_Help - Button
Sent when an object is about to take or lose the focus
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| Fg | Integer | True if adding Status help, False if removing status help |
Syntax
Procedure Request_Status_Help Integer Fg
Call Example
Send Request_Status_Help Fg
Description
The Request_Status_Help message is sent when an object is about to take or lose the focus. When the object is about to take the focus (flag is true), this message will attempt to display status help for this object. It does this by getting the status-bar object ID and sending the message show_status_help to the status-bar object, passing it the object's status_help value.