Language:
Русский
English
StrLen (function) (Strings unit)
Returns the number of characters in Str.
Declaration
function StrLen(Str: PChar): Word;
Target
Windows
Remarks
StrLen returns the number of characters in Str, not counting the null terminator.