Important: The information in this document is obsolete and should not be used for new development.
MyIndicatorAction
Here's how to declare an action procedure for an indicator if you were to name the procedureMyIndicatorAction:
PROCEDURE MyIndicatorAction;DESCRIPTION
Your procedure can perform any action appropriate for the control part. For example, if your application plays music while displaying a volume control slider, your application should change the volume in response to the user's action in the slider switch.SEE ALSO
See theMyAction procedure described on page 5-109 for other considerations.