Skip to main content

TdxRichEditView Members

The base class for all Rich Edit control views.

Constructors

Name Description
Create(IdxRichEditControl) Initializes a new instance of the TdxRichEditView class with specified settings.

Methods

Name Description
Activate(TRect)
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginDocumentRendering
CalcBestSize(Boolean)
CalculateFirstInvisiblePageIndexBackward
CalculateFirstInvisiblePageIndexForward
CalculateFloatingObjectHitTest(TdxPage,TPoint,TdxPredicate<TdxFloatingObjectBox>)
CalculateFloatingObjectHitTestCore(TPoint,TdxFloatingObjectBoxList,TdxPredicate<TdxFloatingObjectBox>)
CalculateHitTest(TPoint,TdxDocumentLayoutDetailsLevel)
CalculateNearestCharacterHitTest(TPoint,TdxPieceTable)
CalculateNearestPageHitTest(TPoint,Boolean)
CalculatePageContentClipBounds(TdxPageViewInfo)
CheckExecutedAtBackgroundThread
CheckExecutedAtUIThread
CorrectZoomFactor
CreateBackgroundPainter
CreateDocumentFormattingController protected
CreateHitTestCalculator(TdxRichEditHitTestRequest,TdxRichEditHitTestResult)
CreateLogicalPoint(TRect,TPoint)
CreateLogicalRectangle(TdxPageViewInfo,TRect)
CreatePageViewInfoGenerator protected
CreatePainter
CreatePhysicalPoint(TdxPageViewInfo,TPoint)
CreatePhysicalRectangle(TdxPageViewInfo,TRect)
CreatePhysicalRectangle(TRect,TRect)
CreatePhysicalRectangleFast(TdxPageViewInfo,TRect)
Deactivate
EndDocumentRendering
EnforceFormattingCompleteForVisibleArea
EnsureCaretVisible(Boolean)
EnsureCaretVisibleOnResize
EnsureFormattingCompleteForPreferredPage(Integer)
EnsureFormattingCompleteForSelection
EnsurePositionVisibleWhenHiddenTextNotShown(TdxDocumentModel,TdxDocumentModelPosition) static
Equals(TObject) Inherited from TObject.
GeneratePages
GetCursorBounds
GetHashCode Inherited from TObject.
GetHyperlinkField(TdxRichEditHitTestResult)
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetPageViewInfoFromPoint(TPoint,Boolean)
GetPageViewInfoRowFromPoint(TPoint,Boolean) protected
HitTestCore(TdxRichEditHitTestRequest,Boolean)
LookupPageViewInfoByPage(TdxPage)
OnActivePieceTableChanged
OnAutoSizeModeChanged protected
OnBeginDocumentUpdate
OnEndDocumentUpdate
OnHorizontalScroll
OnLayoutUnitChanged
OnLayoutUnitChanging
OnResize(TRect,Boolean,Boolean)
OnResize(TRect,Boolean)
OnResizeCore protected
OnSelectionChanged
OnVerticalScroll
OnZoomFactorChangedCore protected
PerformStrictPageViewInfoHitTest(TdxPageViewInfo,TPoint) protected
PerformZoomFactorChanged protected
ProcessSelectionChanges(TdxDocumentModelChangeActions)
RaiseBackColorChanged
RaiseZoomChanged
RaiseZoomChanging
ResetPages(TdxPageGenerationStrategyType)
StopFormatting
SubscribePageFormattingComplete
ToString Inherited from TObject.
UnsubscribePageFormattingComplete
UpdateCaretPosition
UpdateHorizontalScrollBar
UpdateVerticalScrollBar
Visit(IdxRichEditViewVisitor)

Constants

Name Description
DefaultMinHeight Specifies the minimum height (in pixels) of the document View area in the Rich Edit control.
DefaultMinWidth Specifies the minimum width (in pixels) of the document View area in the Rich Edit control.
DefaultZoomFactor Specifies the default zoom factor used to display a document within the Rich Edit control.
MaxZoomFactor Specifies the upper bound of the document View zooming range in the Rich Edit control.
MinZoomFactor Specifies the lower bound of the document View zooming range in the Rich Edit control.
See Also