Important: The information in this document is obsolete and should not be used for new development.
Getting Information About Cells
The List Manager provides three routines that allow your application to obtain information related to cells. Your application can use theLNextCell
function to find the next cell in a list; this is useful, for example, when performing some operation on all cells in a list. To find the local QuickDraw coordinates of a cell's rectangle, your application can use theLRect
procedure. Finally, to determine the cell coordinates of the last cell clicked, your application can use theLLastClick
function.
Subtopics
- LNextCell
- LRect
- LLastClick