System.UnicodeString.IndexOfAnyUnquoted

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
function public ustring.h System UnicodeString

Description

Embarcadero Technologies does not currently have any additional information.