Length of a null-terminated string.
Source position: systemh.inc line 1282
function StrLen(
p: PAnsiChar
):SizeInt;
Returns the length of the null-terminated string P.
None.