|
Top Previous Next |
|
TsrvActionThumbnails shows/hides page thumbnails for the editor. Unit SRVActions; Syntax TsrvActionThumbnails = class(TsrvAction) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction DescriptionThis action links/unlinks PageScroll to TSRichViewEdit control. It assigns PageScroll.SRichViewEdit property, then calls OnExecuted. In this event, you can perform additional operations, for example showing/hiding PageScroll.
|