tag

Type: String

Availability: Read or write at any time

The tag property of the Window class contains a data value to be stored with the form or control. Unlike other properties, the value of the tag property is not used by JADE, but you can use this property to identify objects.

The length of the tag string can be in the range 0 through 32,767 bytes. By default, the tag property is set to an empty string ("").

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

Use the tag property when you need to check the identity of a control or MDI form that is passed as a variable to a method.