|
Top Previous Next |
|
TsrvActionLayoutPrint switches TSRichViewEdit control to a "print layout". Unit SRVActions; Syntax TsrvActionLayoutPrint = class(TsrvActionCustomLayout) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction TsrvCustomActionThatNeedsDocProps DescriptionThe main changes made by this action for TSRichViewEdit control: • PageProperty.PageViewMode := True; • PageProperty.AutoWidth := False; This action also changes the following properties: •Color (see Color property); •PageProperty.BoundLeftRight (see BoundLeftRight property); •PageProperty.BorderPen.Style; •PageProperty.HeaderVisible, PageProperty.FooterVisible (see HeaderVisible and FooterVisible properties). After the layout is changed, TRVAControlPanel.OnViewChanged event occurs. See also: |