For the latest version of JMP Help, visit JMP.com/help.

Returns 1 if the obj class object contains the specified string expression, and 0 otherwise.
Deletes the obj class object.
Returns 1 if the classref class object is equal to the obj class object, and 0 otherwise.
Returns the string representation of the name of the first member (item) in the obj class object. The members (items) in the class object are sorted in alphabetical order.
Returns a list of members (items) in the obj class object. Each element in the list is a two-item list that contains a key and an associated value.
Returns a list of keys within the obj class. Each key is a string representation of the name of a member (item) in the obj class object.
Returns the value of the specified member (item) within the obj class object. The keyString argument specifies the key to the member (item).
Returns a list of values of the members (items) in the obj class object. Each element in the list is the expression that represents the value of each member (item) in the class.
Inserts a member (item) into the obj class object. The string argument is the name of the member (item), and the value argument is the expression value of the member (item).
Locks the obj class object, or locks specific members (items) within the obj class object. When a class object is locked, members (items) cannot be added, changed, or removed. The string argument specifies a member (item) to lock. You can also specify a list of strings to lock multiple members (items).
Returns the string representation of the name of the member (item) in the obj class object that follows the member (item) specified by the string argument. The members (items) in the class object are sorted in alphabetical order.
Removes the member (item) specified by string from the obj class. You can remove multiple members (items) using a list of strings.
Shows the contents of the obj class object in the log window.
Unlocks the obj class object, or unlocks specific members (items) within the obj class object. When a class object is unlocked, members (items) can be added, changed, or removed. The string argument specifies a member (item) to unlock. You can also specify a list of strings to unlock multiple members (items).

Help created on 3/19/2020