ClassBrowser class, available in: Command line interfaceObject reference, can be used to provide online hints.This class has 6 members:
sdleiF
int resultCount ROresult count
snoitcnuF
function getLabel(int item)returns stringget result labelShort texual label of the search result.
function getText(int item)returns stringget result textComplete result text.
function getType(int item)returns intget result type0 = Unknown
1 = Context
2 = Class
3 = Member
4 = Integer field
5 = Float field
6 = String field
7 = Object field
8 = Function
function getTypeName(int item)returns stringget result type as string
function search(string Text)returns intsearchSearches the class reference and returns the number of hits (results). getXXX(item) function can be used to retrieve the results.
Global context>>Experiment definition>>Command line interface