$root.$libs.LIB.$windows.WINDOW.$objs.Complex Grid.$objs

Parent: $root.$libs.LIB.$windows.WINDOW.$objs.Complex Grid

Methods 

The group of objects for the class or instance or container

Methods

Object specific 
$add$add(section,column,type[,cComponentLibrary,cComponentControl],iTop,iLeft,iHeight,iWidth) adds a new object to the grid and returns an item reference to it
 
section is one of kGridHeader, kGridColumnHeader and kGridRow, to identify the section into which the object is to be added. 
column is the column number into which the object is to be added (not relevant for section kGridHeader). 
type is a constant, for example kTreeList; note that you cannot use a type constant that specifies a background object (see $bobjs). 
If type is kComponent, you must supply the otherwise optional parameters cComponentLibrary and cComponentControl to identify a foreground object external component that works with windows. 
iTop, iLeft, iHeight and iWidth specify the pixel coordinates and pixel dimensions of the object. Coordinates are relative to the grid cell identified by the grid section and column.
$remove$remove(rItem) deletes the object from the class; rItem is an item reference to the object to delete
Standard$addafter $addbefore $appendlist $count $findident $findname $first $insertlist $makelist $next $sendall