String Delphi Copiarcaracter

string_test := 'HELLO WORLD';

Chave := Copy(string_test, 3, 2);

Chave = 'LL'

miletoo