With the Tag attribute function the value of the Tag entry of a class variable or class constant can be retrieved.
Syntax |
Tag() |
Return value |
Variant |
Parameter |
None |
Example:
The tag property of a variable named Color is set:
The execution of the following code:
Dim Tag As Variant
Tag := Color.Tag
…sets the value of the variable Tag to ‘ERP’.