seObjectMemberName
syntax: |
String SEContext.seObjectMemberName(SEObject object, SEMemberDesc mem); |
where: |
object the object the member is in
mem which member to get the name of
|
return: |
The member name.
|
description: |
This function is used to get the name of a member. It is most useful when enumerating the members of an object using the SE.INDEX() member access macro. If there is no such member then a blank string is returned and SE.RETURN,SE.ERROR will have been set.
Unlike seGetName, only the members name is returned, not a fully-qualified variable name.
|
see: |
seGetStringEx, seGetName, seObjectMemberCount
|