<< Click to display table of contents >> TsrvActionLayoutWeb |
TsrvActionLayoutWeb switches TSRichViewEdit control to a "web layout".
Unit SRVActions;
Syntax
TsrvActionLayoutWeb = class(TsrvActionCustomLayout)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction |
In this mode, a document is shown in a single page that occupies all available width of the target editor.
The main changes made by this action for TSRichViewEdit control:
Property |
Assigned value |
False |
|
True |
|
False |
This action also changes the following properties:
Property |
Assigned value |
Color |
clWhite |
PageProperty.BorderPen.Style |
psClear |
False |
|
False |
|
srvaphLeft |
|
srvapvTop |
|
False |
|
False |
|
includes [srvppdHPadding, srvppdVPadding], excludes [srvppdPageHSpacing] |
After the layout is changed, TRVAControlPanel.OnViewChanged event occurs.
See also: