TagsDBAddClassMember
This function adds a new class member to an existing class during run time.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
TagsDBAddClassMember | Tags Database | Synchronous | Supported (see “Notes” below) | Not supported | Not supported | Not supported |
Syntax
TagsDBAddClassMember( strClassName, strMemberName, strMemberType, strDescription )
- strClassName
- The name of the class to which the member will be added.
- strMemberName
- The name of the class member to be added.
- strMemberType
- The data type of the class member to be added. This parameter accepts only the following values: "Boolean", "Integer", "Real", or "String".
- strDescription
- A description of the class member to be added.