Parent: $root.$ireports.REPORT
Children
The group of objects for the class or instance or container
Object specific | |
$add | $add(type[,cComponentLibrary,cComponentControl],iTop,iLeft,iHeight,iWidth) inserts a new object and returns an item reference to it type is a constant: one of kBackpicture,kComponent,kEntry,kLabel,kLine,kOval,kPictureobj,kRect,kRect3D,kRoundrect,kText If type is kComponent, you must supply the otherwise optional parameters cComponentLibrary and cComponentControl to identify an external component that works with reports. iTop is the line number in the report where the object will be added. iLeft, iHeight and iWidth specify the left coordinate and the dimensions of the object. These are in units of centimetres or inches, depending on the value of the $usecms preference. |
$remove | $remove(rItem) Deletes the object from the report instance; rItem is an item reference to the object to delete |
Standard | $addafter $addbefore $appendlist $count $findident $findname $first $insertlist $makelist $next $sendall |