Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: More Macintosh Toolbox /
Chapter 4 - List Manager / List Manager Reference


Data Structures

This section describes the data structures that the List Manager uses to store information about a list.

Your application can use the cell record to specify the coordinates of a cell. For
example, your application must specify cell coordinates to the LAddToCell procedure to add data to a cell.

The List Manager uses a data handle internally to store information about the contents of a list's cells. The List Manager provides routines that allow you to access information contained in this data handle.

Finally, the List Manager uses a list record to store a variety of information about a list. To obtain some types of information about a list, your application might need to access the fields of the list record directly.


Subtopics
The Cell Record
The Data Handle
The List Record

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996