System.AnsiStringBase.IsDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

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.