|
TRVStyle.PageBreakColor |
Top Previous Next |
|
Color of explicit (user-defined) page breaks in TRichView components. property PageBreakColor: TColor; This color is used for drawing horizontal lines (with "folded paper" icon) specifying explicit (user-defined) page breaks. You can change this drawing in OnDrawPageBreak event. Explicit page breaks are added by assigning True to TRichView.PageBreaksBeforeItems[], or using TRichViewEdit.InsertPageBreak. TRichView must be linked with this TRVStyle (see TRichView.Style). Default value: clBtnShadow See also properties: See also events: See also properties of TCustomRichView:
|