System.RegularExpressions.TMatchCollection.operator []

From RAD Studio API Documentation
Revision as of 06:21, 8 October 2011 by PyBot (talk | contribs) (Created page with '{{DISPLAYTITLE:System.RegularExpressions.TMatchCollection.operator []}}{{#lst:API:System.RegularExpressions.TMatchCollection.operator H5BH5D|api}} ==Description== {{#lsth:API:Sys...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C++

TMatch operator[](int Index) { return this->Item[Index]; }

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.