TagsDBAddTag
This function adds a new project tag to the tags database during run time.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
TagsDBAddTag | Tags Database | Synchronous | Supported (see “Notes” below) | Not supported | Not supported | Not supported |
Syntax
TagsDBAddTag( strTagName, optstrTagType, optNumArraySize, optstrDescription, optNumScope )
- strTagName
- The name of the project tag to be added.
- optStrTagType
- The data type of the project tag to be added. This parameter accepts only the following values: "Boolean", "Integer", "Real", "String", or "classname".
This parameter is optional; if you do not specify a tag or value, then the default value is "Integer".
- optNumArraySize
- The array size of the project tag to be added.
This parameter is optional; if you do not specify a tag or value, then the default value is 0.
- optStrDescription
- A description of the project tag to be added.
This parameter is optional; if you do not specify a tag or value, then the default value is "".
- optNumScope
- The scope of the project tag to be added. This parameter accepts only the following values: 0 (Local) or 1 (Server).
This parameter is optional; if you do not specify a tag or value, then the default value is 1.