[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check whether a character at a given position is a delimiter
Source position: syshelph.inc line 110
public function TStringHelper.IsDelimiter( |
const Delimiters: string; |
Index: Integer |
):Boolean; |
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.
|
Check whether a given string is a delimiter character. |