contents   index   previous   next



SE.HIDDEN_MEM(String)
SE.HIDDEN_UNIMEM(String)

These are identical to SE.MEM and SE.UNIMEM except that the member accessed is visible only the thei ScriptEase API, and not to the scripts themselves. These hidden members are an excellent way to associate data with an object (such as a Java Object) that you don't want to be seen by the script.

 


SE.COMPOUND_MEM(String)SE.COMPOUND_UNIMEM(String)