System.UnicodeString.IndexOfAny

From RAD Studio API Documentation
Jump to: navigation, search

C++

int IndexOfAny(const System::WideChar* AnyOf, int AnyOf_High);
int IndexOfAny(const System::WideChar* AnyOf, int AnyOf_High, int StartIndex);
int IndexOfAny(const System::WideChar* AnyOf, int AnyOf_High, 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.