MatchLists Methods



Matches(AListNames as String, AString as String) as Boolean

Indicates whether a AString conforms to the one of mask in contained lists specified by AListNames.

AListNames must contain one or more MatchList names separated by caret return symbols (with codes #13#10). Returns True if AString matches with any mask defined in any specified child MatchList.

Exists(AName as String) as Boolean

Returns True if child MatchList with name specified by AName exists.

Add(AName as String) as Integer

Adds new MatchList as child list. Returns index of added list.

Delete(Index as Integer)

Removes MatchList specified by Index from list.

Clear

Removes all MatchList objects from list.