Previous: StrPCopy function To the Table of Content Next: StrRScan function

- 4.61.2.50 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

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: StrPCopy function To the Table of Content Next: StrRScan function
StrPCopy function Table of Content StrRScan function

- 4.61.2.50 -