TagsDBGetClassMember
This function gets the data type or description of a specified class member during run time.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
TagsDBGetClassMember | Tags Database | Synchronous | Supported (see “Notes” below) | Not supported | Not supported | Not supported |
Syntax
TagsDBGetClassMember( strClassName, strMemberName, numPropertyID )
- strClassName
- The name of the class that contains the member.
- strMemberName
- The name of the class member.
- numPropertyID
- The property to be gotten, identified by one of the following values:
Value Property Data Type 0 Data type String ("Boolean", "Integer", "Real", "String") 1 Description String