VLPropertyList Reference

Read/Write PropertyTag

See Also See Also Applies To Applies To

Returns or sets an expression that stores any extra data needed for your program. Unlike other properties, the value of the Tag property isn't used by VLPropertyList control.

 

Syntax

object.Tag [= expression ]

 

The Tag property syntax has these parts:

PartDescription
object An object expression that evaluates to CProperty.
expression A variant expression.

 

Remark

You can use this property to assign an identification string to an object without affecting any of its other property settings or causing side effects.