System.UnicodeString.IndexOfAnyUnquoted
C++
int IndexOfAnyUnquoted(const System::WideChar* AnyOf, int AnyOf_High, System::WideChar StartQuote, System::WideChar EndQuote);
int IndexOfAnyUnquoted(const System::WideChar* AnyOf, int AnyOf_High, System::WideChar StartQuote, System::WideChar EndQuote, int StartIndex);
int IndexOfAnyUnquoted(const System::WideChar* AnyOf, int AnyOf_High, System::WideChar StartQuote, System::WideChar EndQuote, int StartIndex, int Count);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | ustring.h | System | UnicodeString |
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.