- 4.61.2.43 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsStrLen function
Targets: MS-DOS, OS/2, Win32
Strings Unit
StrLen returns number of character in a string excluding the null terminator.
Declaration:
function StrLen(Str: PWChar): LongInt;
function StrLen(Str: PChar): LongInt;
Remarks:
The StrLen function calculates the number of characters in Str.
The null terminator is not included.
|
|
|
StrLCopy function |
Table of Content |
StrLIComp function |
- 4.61.2.43 -