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