TsrvCustomPrintAction |
Top Previous Next |
|
TsrvCustomPrintAction is the base class for all printing RichViewActions working with TSRichViewEdit. Unit SRVActions; Syntax TsrvCustomPrintAction = class(TsrvCustomActionThatNeedsDocProps) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction TsrvCustomActionThatNeedsDocProps DescriptionThis action is not used directly, but all printing RichViewActions working with TSRichViewEdit are inherited from it: |