[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

TStringHelper.IsDelimiter

Check whether a character at a given position is a delimiter

Declaration

Source position: syshelph.inc line 130

public function TStringHelper.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

IsDelimiter

  

Check whether a given string is a delimiter character.


Documentation generated on: May 14 2021