|
Top Previous Next |
TsrvActionLayoutWeb switches TSRichViewEdit control to a "web layout". Unit SRVActions; Syntax TsrvActionLayoutWeb = class(TsrvActionCustomLayout)
DescriptionThe main changes made by this action for TSRichViewEdit control: • PageProperty.PageViewMode := False; • PageProperty.AutoWidth := True; This action also changes the following properties: •Color •PageProperty.BorderPen.Style; •PageProperty.HeaderVisible, PageProperty.FooterVisible (hides header and footer). After the layout is changed, TRVAControlPanel.OnViewChanged event occurs. See also: |