Back
Using F1
if (Key = 112) then
begin
MainForm.Editor.SelText := 'This works as well! ';
Editor.SetFocus;
end;
Back