Important: The information in this document is obsolete and should not be used for new development.
Handling Panel Events
A control panel extension should respond to thekPanelItemSelect
andkPanelEventSelect
request codes. You typically define subroutines that the main program of your control panel extension calls (using theCallComponentFunctionWithStorage
function) to handle these requests. You can choose any name for these subroutines, but by convention they're calledMyPanelItem
andMyPanelEvent
. These two routines should respond to mouse clicks and other events in the items of the panel.
Subtopics
- MyPanelItem
- MyPanelEvent