Open main menu

RAD Studio API Documentation β

System.AnsiStringBase.IsDelimiter

C++

bool         IsDelimiter(const AnsiStringBase& delimiters, int index) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringBase

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.