API:System.RegularExpressions.TMatch
Delphi
TMatch = record
C++
struct DECLSPEC_DRECORD TMatch
{
private:
TGroup FGroup;
TGroupCollection FGroups;
System::_di_IInterface FNotifier;
protected:
__fastcall TMatch(const System::_di_IInterface ANotifier, const System::UnicodeString AValue, int AIndex, int ALength, bool ASuccess);
private:
int __fastcall GetIndex();
TGroupCollection __fastcall GetGroups();
int __fastcall GetLength();
bool __fastcall GetSuccess();
System::UnicodeString __fastcall GetValue();
public:
TMatch __fastcall NextMatch();
System::UnicodeString __fastcall Result(const System::UnicodeString Pattern);
__property TGroupCollection Groups = {read=GetGroups};
__property int Index = {read=GetIndex};
__property int Length = {read=GetLength};
__property bool Success = {read=GetSuccess};
__property System::UnicodeString Value = {read=GetValue};
TMatch() {}
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | System.RegularExpressions.pas System.RegularExpressions.hpp |
System.RegularExpressions | System.RegularExpressions |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.