function Length(const Value: String): Integer function Length(const Value: array of <Type>): Integer
X := Length('How long is this string'); // X is 23