System.RegularExpressions.TGroupCollection.Item
Delphi
property Item[const Index: Variant]: TGroup read GetItem; default;
C++
__property TGroup Item[const System::Variant Index] = {read=GetItem};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.RegularExpressions.pas System.RegularExpressions.hpp |
System.RegularExpressions | TGroupCollection |
Description
Returns the Group identified by index from the collection.