- 4.61.2.50 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrPos 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.
|
|
|
StrPCopy function |
Table of Content |
StrRScan function |
- 4.61.2.50 -