MatchList Methods



Matches(S as String) as Boolean

Indicates whether a S conforms to the one of mask in list.

Exists(S as String) as Boolean

Returns True if mask specified by S exists in list.

Add(S as String) as Integer

Adds new mask to list. Returns index of added mask.

Delete(Index as Integer)

Removes mask specified by Index from list.

Clear

Removes all masks from list.