Parent: $root.$libs.LIB.$windows.WINDOW.$objs.Tab Pane
The group of background objects for the class or instance or container
Object specific | |
$add | $add(iPanenumber,type[,cComponentLibrary,cComponentControl],iTop,iLeft,iHeight,iWidth) adds a new object to the tabbed/paged pane and returns an item reference to it iPaneNumber is the number of the tab or page to which the object is to be added. type is a constant: one of kComponent,kLabel,kLine,kOval,kRect,kRect3D,kRoundrect,kText If type is kComponent, you must supply the otherwise optional parameters cComponentLibrary and cComponentControl to identify a background 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 container object. |
$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 |