Warum geht "Self" nicht?
So wie ich das verstanden habe, ist die Funktion bestandteil der Form.
Dann also:
Delphi-Quellcode:
procedure AddAction(action:string);
begin
Self.MiroEdit.SelText := #13#10 + '#' + #13#10 + '#-----[ ' + action + ' ]------------------------------------------'+ #13#10 + '#' + #13#10;
Self.MiroEdit.SetFocus;
end;
Gruß Igotcha