Home > Language Reference > Classes > Control
Tag Property
String associated with the control.
Syntax
Public Property Get Tag() As String
Public Property Let Tag(ByRef sTag As String)
| Parameter | Description |
| sTag | String associated with a control. |
Remarks
The Tag property, accessible at both design time and runtime, associates a string with a control. You can use this string to store extra information required by your program.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | N/A |