Previous: 4.66.2.49. StrPCopy function To the Table of Contents Next: 4.66.2.51. StrRScan function
4.66.2.49. StrPCopy function Table of Contents 4.66.2.51. StrRScan function

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


4.66.2.50. StrPos function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Finds first entry of Str2 in Str1.

Declaration:
function StrPos(Str1, Str2: PWChar): PWChar;
function StrPos(Str1, Str2: PChar): PChar;
Remarks:
StrPos returns a pointer to the first entry of Str2 in Str1.


Previous: 4.66.2.49. StrPCopy function To the Table of Contents Next: 4.66.2.51. StrRScan function
4.66.2.49. StrPCopy function Table of Contents 4.66.2.51. StrRScan function

- 4.66.2.50. -