Important: The information in this document is obsolete and should not be used for new development.
Application-Defined Routines
The List Manager provides several ways that your application can customize its routines. First, your application can define a list definition procedure to create a list that displays cells graphically. Second, your application can create a custom match function to search for a particular item in a list. Finally, you can override the default click-loop procedure by providing a custom click-loop procedure.
Subtopics
- List Definition Procedures
- Match Functions
- Click-Loop Procedures