The View property gets the view giving its index or tag.
The Tag property associates any extra data to the
current view. The DataSource property can change the
Tag property using
the Tag field as explained bellow:
Tag or Data Tag, specifies any extra data associated
with the view. For instance, "Tag=Country".
The Tag property of the View can be used to access the tag of the view
at runtime. The Tag field is not required.
The Select property can select items using
wild characters such as * or ?, if the view's SingleSel
property is False.