Previous: StrLCopy function To the Table of Content Next: StrLIComp function

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

StrLen 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.


Previous: StrLCopy function To the Table of Content Next: StrLIComp function
StrLCopy function Table of Content StrLIComp function

- 4.61.2.43 -