TsrvActionCustomLayout

Properties   Events  | Actions overview

Top  Previous  Next

TsrvActionCustomLayout is a base class for actions changing view modes for TSRichViewEdit control.

Unit SRVActions;

Syntax

TsrvActionCustomLayout = class(TsrvCustomActionThatNeedsDocProps)

Hierarchy

TObject

TPersistent

TComponent

TBasicAction

TContainedAction

TCustomAction

TAction

TrvCustomAction

TsrvAction

TsrvCustomActionThatNeedsDocProps

Description

This action is not used directly.

The following actions are inherited from it:

TsrvActionLayoutDraft

TsrvActionLayoutWeb

TsrvActionLayoutPrint

After the action changes a layout, OnExecuted event occurs.

These action use TrvActionSave to store additional information for the document in the target editor.


ScaleRichView © Ilya Zelensky & Sergey Tkachenko