Tag Property (Visual FoxPro)

Stores any extra data needed for your program. Available at design time and run time.

Object.Tag[ = Expr]

Return Value

  • Expr
    Specifies any string.

Remarks

Applies To: CheckBox | Collection Class | ComboBox | CommandButton | CommandGroup | CursorAdapter Class | EditBox | Exception Class | Form | Grid | Image | Label | Line | ListBox | OLE Bound Control | OLE Container Control | OptionButton | OptionGroup | ProjectHook Object | ReportListener Object | _SCREEN | Session Object | Shape | Spinner | TextBox | Timer

By default, the Tag property is set to an empty string (""). You can use this property to assign any string to an object without affecting it in any way. Unlike other properties, the value of the Tag property is not used by Visual FoxPro.

See Also

Reference

Comment Property

Other Resources

Properties (Visual FoxPro)

Language Reference (Visual FoxPro)