System.WideString.IsDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool         IsDelimiter(const WideString& delimiters, int index) const;

Properties

Type Visibility Source Unit Parent
function public wstring.h System WideString

Description

Returns True if the specified character matches any character in the delimiters string.

IsDelimiter returns True if the byte indicated by index (counting from 1) is a single-byte character contained in delimiters. If the byte is part of a multibyte character or not in delimiters, IsDelimiter returns False.