richmemo: print event processing

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4063 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2015-03-22 21:00:03 +00:00
parent 04370d76dc
commit 352531c61f
6 changed files with 108 additions and 39 deletions

View File

@@ -345,7 +345,7 @@ var
prm : TPrintParams;
begin
InitPrintParams(prm);
prm.Title:=ACaption;
prm.JobTitle:=ACaption;
Print(prm);
end;