delphirtl
Version:
RTL functions from Delphi
26 lines (13 loc) • 477 B
Markdown
[**delphirtl**](../README.md) • **Docs**
***
[delphirtl](../globals.md) / maxLen
# Function: maxLen()
> **maxLen**(`values`): `number`
Gets the length of the longest string in the given values array.
## Parameters
• **values**: `string`[]
## Returns
`number`
The length of the longest string in the given values array.
## Defined in
[src/arrayutils.ts:19](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/arrayutils.ts#L19)