TStringHelper.IsDelimiter
Check whether a character at a given position is a delimiter
Declaration
Source position: syshelph.inc line 130
public
function IsDelimiter(const Delimiters: string; Index: SizeInt) : Boolean;
Description
IsDelimiter returns True if the character at (zero-based) position Index is one of the delimiter characters in Delimiters. If Index is out of range, False is returned.
See also
Name | Description |
---|---|
IsDelimiter | Check whether a given string is a delimiter character. |