The group of objects for the class or instance or container
Object specific | |
$add | $add(cText,iCommandID[,bEnable=kFalse,bCheck=kFalse]) adds a new line to the remote menu with text cText and command ID iCommandID and returns an item reference to it;$enabled for the line is set to bEnable,and $checked is set to bCheck |
$remove | $remove(rItem) Remove the line from the menu instance; rItem is an item reference to the line to remove |
Standard | $addafter $addbefore $appendlist $count $findident $findname $first $insertlist $makelist $next $sendall |
MENULINE |