System.RegularExpressions.TGroupCollection.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TGroup operator[](const int Index) { return this->Item[Index]; }
TGroup operator[](const System::String Index) { return GetItem(Index); };

Properties

Type Visibility Source Unit Parent
function public System.RegularExpressions.hpp System.RegularExpressions TGroupCollection

Description

Embarcadero Technologies does not currently have any additional information.