Previous: 4.66.2.24. IntToStr function To the Table of Contents Next: 4.66.2.26. IsPathDelimiter function
4.66.2.24. IntToStr function Table of Contents 4.66.2.26. IsPathDelimiter function

- 4.66.2.25. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.25. IsDelimiter function


4.66.2.25. IsDelimiter function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Returns TRUE if a specified character in a string matches one of a set of delimiters.

Declaration:
function IsDelimiter(const  Delimiters, S: String;
                      IndexPos: Longint): Boolean;



Previous: 4.66.2.24. IntToStr function To the Table of Contents Next: 4.66.2.26. IsPathDelimiter function
4.66.2.24. IntToStr function Table of Contents 4.66.2.26. IsPathDelimiter function

- 4.66.2.25. -