Previous: 4.66.2.25. IsDelimiter function To the Table of Contents Next: 4.66.2.27. IsValidIdent function
4.66.2.25. IsDelimiter function Table of Contents 4.66.2.27. IsValidIdent function

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


4.66.2.26. IsPathDelimiter function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Returns TRUE if the byte at position IndexPos of a string is the backslash character (\).

Declaration:
function IsPathDelimiter(const S: String;
                          IndexPos: Longint): Boolean;



Previous: 4.66.2.25. IsDelimiter function To the Table of Contents Next: 4.66.2.27. IsValidIdent function
4.66.2.25. IsDelimiter function Table of Contents 4.66.2.27. IsValidIdent function

- 4.66.2.26. -