API:System.RegularExpressions.TGroupCollection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TGroupCollection = record

C++

struct DECLSPEC_DRECORD TGroupCollection
{
public:
    TGroup operator[](const int Index) { return this->Item[Index]; }
private:
    System::DynamicArray<TGroup> FList;
    System::_di_IInterface FNotifier;
protected:
    __fastcall TGroupCollection(const System::_di_IInterface ANotifier, const System::UnicodeString AValue, int AIndex, int ALength, bool ASuccess);
private:
    int __fastcall GetCount();
    TGroup __fastcall GetItem(const int Index)/* overload */;
    TGroup __fastcall GetItem(const System::UnicodeString Index)/* overload */;
    bool __fastcall GetNamedGroupIndex(const System::UnicodeString Index, /* out */ int &IntIndex);
public:
    bool __fastcall TryGetNamedGroup(const System::UnicodeString Index, /* out */ TGroup &Group);
    bool __fastcall ContainsNamedGroup(const System::UnicodeString Index);
    TGroupCollectionEnumerator* __fastcall GetEnumerator();
    __property int Count = {read=GetCount};
    __property TGroup Item[const int Index] = {read=GetItem};
    TGroup operator[](const System::String Index) { return GetItem(Index); };
    TGroupCollection() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.RegularExpressions.pas
System.RegularExpressions.hpp
System.RegularExpressions System.RegularExpressions

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !