contents   index   previous   next



LIST OF MEMBER SPECIFIERS

 

The second half of the variable locator is the object member to access. We will discuss specifying that first, leaving the objects for below, as it reduces the number of forward references.

 

When you want to access a member of some object, you use one of the following macros to indicate which member you'd like to access.

 


SE.MEM(String)SE.UNIMEM(String)

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

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

SE.NUM(int)

SE.STR(int)

SE.INDEX(num)

SE.STRUCT(SEMemberDesc)

SE.VALUE

SE.STOCK(JseStrID)

SE.FUNCTION_TEXT

SE.OBJECT_DATA

SE.LIBRARY_DATA