Blog Adje:
function TForm_bier.createMyBlog(s: string): string;
begin
Blog.date:= date();
Blog.content:= s;
// en als ik bier mee geef, wil ik ook bier terug krijgen ofc.!
Result:= s;
end;
MessageDlg(Form_bier.createMyBlog("bier") + " t3h 0wn", mtInformation, [mbOk], 0);

EDIT: spatie vergeten bij t3h 0wn