TSRVViewProperty.HeaderPen

<< Click to display table of contents >>

TSRVViewProperty.HeaderPen

A pen for drawing a line between the main document and the header, when a header (TSRichViewEdit.RVHeader) is being edited.

type

  TSRVHeaderFooterPen = class (TPen);

 

property HeaderPen: TSRVHeaderFooterPen;

The color of this pen is also used for drawing border around header label, see Texts.

In Delphi XE2 or newer, if a system color is specified for HeaderPen.Color, and custom styles are applied, then a corresponding style color is used instead.

Default value:

1, psDot, $00CA784B

See also:

FooterPen

MainPen