TStringHelper.Length
Return the length of the string
Declaration
Source position: syshelph.inc line 197
public Property
&Length : SizeInt;
Description
Length returns the length (in bytes for single-byte strings) of the string.
See also
Name | Description |
---|---|
Length | Returns length of a string or array. |
SizeInt | Signed integer type which fits for sizes |