TsrvActionCustomLayout |
Top Previous Next |
|
TsrvActionCustomLayout is a base class for actions changing view modes for TSRichViewEdit control. Unit SRVActions; Syntax TsrvActionCustomLayout = class(TsrvCustomActionThatNeedsDocProps) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction TsrvCustomActionThatNeedsDocProps DescriptionThis action is not used directly. The following actions are inherited from it: After the action changes a layout, OnExecuted event occurs. These action use TrvActionSave to store additional information for the document in the target editor. |