System.RegularExpressions.TGroupCollection Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
ContainsNamedGrouppublicIf a group with index exists in the collection, ContainsNamedGroup returns True, otherwise, it returns False.
Createpublic
GetEnumeratorpublicAcquires a TGroupCollection to iterate through the TGroup instances in the collection.
operator []public
TryGetNamedGrouppublicReturns the group identified by the collection index.