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
List Manager Routines


Accessing and Manipulating Cell Data

To change the data contained in a cell, your application ordinarily uses the LSetCell procedure. Alternatively, it can use the LAddToCell procedure to append data to a cell, or the LClrCell procedure to clear all data from a cell. To find the data in a cell, your application can use the LGetCellDataLocation procedure to find the location of a cell's data in memory. Or, your application can use the LGetCell procedure to copy the data elsewhere in memory.


Subtopics
LSetCell
LAddToCell
LClrCell
LGetCellDataLocation
LGetCell

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996