$clearperformancedata | $clearperformancedata() Clears the performance data for all methods in the class |
$findandreplace | $findandreplace(cFind,cRep[,bIgnCase=kTrue,bWholeWord=kFalse,bRegExp=kFalse,bClearLog=kFalse,bReturnLog=kFalse]) If cRep is #NULL,finds all instances of cFind;otherwise,replaces all instances of cFind with cRep.Returns status row |
$isa | $isa(rClass|rExternalObject) Returns true if the class or instance is a subclass of the specified class or external object |
$makeperformancedatalist | $makeperformancedatalist() Returns a list containing the performance data collected for all methods in the class |
$makesubclass | $makesubclass(cName[,bAddLibPrefixForClib=kFalse]) creates a new subclass of the class,with the specified name (which can be prefixed by a library);bAddLibPrefixForClib controls whether $superclass of the new class has a library name prefix |
$open | $open([cInstname,posn=kUsermenu,params...]) installs menu;cInstname = '*' means Omnis creates instance name;posn is a constant or a 1-based index into the user menus.Passes parameters to $construct.Returns item reference to menu instance |
$openonce | $openonce([cInstname,posn=kUsermenu,params...]) installs menu,if no instance is open;cInstName = '*' means Omnis creates instance name;posn is a constant or a 1-based index into the user menus.Passes parameters to $construct..Returns item reference to menu instance |
$removecodefolding | $removecodefolding() Removes code folding from all methods in the class. Returns the number of methods from which code folding was removed |