TagsDBRemoveClassMember
This function removes an existing class member from a specified class during run time.
| Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
|---|---|---|---|---|---|---|
| TagsDBRemoveClassMember | Tags Database | Synchronous | Supported (see “Notes” below) | Not supported | Not supported | Not supported |
Syntax
TagsDBRemoveClassMember( strClassName, strMemberName )
- strClassName
- The name of the class that contains the member to be removed.
- strMemberName
- The name of the class member to be removed.