help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

AnsiStrScan

Find first occurrence of a character in a null-terminated string.

Declaration

Source position: sysansih.inc line 27

function AnsiStrScan(

  Str: PChar;

  Chr: Char

):PChar;

Description

AnsiStrPos returns a pointer to the first occurrence of the character Chr in Str . If Chr does not occur in Str then Nil is returned.

Errors

An access violation may occur if Str points to invalid memory.

See also

AnsiPos

  

Return Position of one ansistring in another.

AnsiStrScan

  

Find first occurrence of a character in a null-terminated string.

AnsiStrPos

  

Return position of one null-terminated substring in another

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505