Public Function TagInList (
LineStr As String,
MatchStr As String,
Optional DelimChar As String = ";"
) As Boolean
Is a specific tag in the tag list ?
The contents of the Tag property
The delimiter for multiple tags, default is ';'
Dim b As Boolean
b = xf.Controls.TagInList(LineStr, MatchStr)
b = xf.Controls.TagInList(LineStr, MatchStr, DelimChar)
TagInList (lstSample.Tag, "tgDateRangeComplete")