TagsDBGetNextClassMember
This function returns the name of the next member in the specified class, after the function TagsDBGetFirstClassMember has been executed to get the first member. It acts like an array pointer, with the array being the members of the class, and it may be used to generate a list of classes members or to process the class members one at a time, depending on how you write your script.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
TagsDBGetNextClassMember | Tags Database | Synchronous | Supported (see “Notes” below) | Not supported | Not supported | Not supported |
Syntax
TagsDBGetNextClassMember( strClassName )
- strClassName
- The name of the class in which to get the next member.