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

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

StrScan function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrScan returns a pointer to first occurrence of a specified character in a null-terminated string.

Declaration:
function StrScan(Str: PWChar; Chr: WChar): PWChar;
function StrScan(Str: PChar; Chr: Char): PChar;
Remarks:
If Chr does not found in Str, StrScan returns nil.


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

- 4.61.2.52 -