List Manager Package
LNew Create an empty list LDispose Discard a list and release all its memory Rows and Columns
LAddRow Insert row(s) of empty cells into a list LDelRow Delete row(s) of cells from a list LAddColumn Insert column(s) of empty cells into a list Cell Contents
Cell / List Display
LDraw Draw the contents of a single cell LUpdate Redraw list; handle update events LActivate Activate or deactivate a list (after activate event) LDoDraw Turn list drawing on or off LCellSize Set size for cell display rectangles LRect Obtain location of a cell's display rectangle LSize Change the size of a list's viewing area LFind Obtain the address and length of a cell's data LSearch Search cells for a match with specific data Selection / Mouse
LGetSelect Query if a cell is selected; get next selected cell LScroll Scroll list by specific number of rows and columns LAutoScroll Scroll list to display the first selected cell LClick Process mouse-down for list dragging and selection