function Length
function Length(s: string): Integer;
Возвращает длинну строки s.
Пример:
begin
AddToLog(InttoStr(Length('У попа была собака')));
end.