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

strlen

Length of a null-terminated string.

Declaration

Source position: systemh.inc line 733

function strlen(

  p: PChar

):LongInt;

Description

Returns the length of the null-terminated string P.

Errors

None.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.