Page 1 of 1

How I can hide the page number on the preview and print?

Posted: Tue Feb 22, 2011 12:59 am
by snike555
How I can hide the page number on the preview and print in TRichViewEdit?

Posted: Tue Feb 22, 2011 1:39 pm
by Sergey Tkachenko
As I understand, you use RichViewActions that display page numbers by default.
To hide them, assign RVA_HeaderInfo.Text := ''.
User can edit this text in the page setup dialog (TrvActionPageSetup)

Posted: Fri Feb 25, 2011 12:31 pm
by snike555
thx