| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return the length of a null-terminated string in characters.
Source position: sysstrh.inc line 236
| function StrCharLength( | 
| const Str: PChar | 
| ):Integer; | 
StrCharLength returns the length of the null-terminated string Str (a widestring) in characters (not in bytes). It uses the widestring manager to do this.