Back to Devexpress

TdxRichEditControlBase Members

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-dot-underscore-members.md

latest72.4 KB
Original Source

TdxRichEditControlBase Members

The base class for the Rich Edit control.

Constructors

NameDescription
Create(TComponent)Inherited from TComponent.
CreateParented(HWND)Inherited from TWinControl.

Properties

NameDescription
ActionInherited from TControl.
ActiveViewProvides access to the active document view and its settings.
ActiveViewTypeSpecifies the active document display mode.
AlignInherited from TControl.
AlignDisabledInherited from TWinControl.
AlignWithMarginsInherited from TControl.
AnchorsInherited from TControl.
AutoSizeInherited from TControl.
AutoSizeModeSpecifies the automatic size adjustment mode applied to the Rich Edit control.
BevelEdgesInherited from TWinControl.
BevelInnerInherited from TWinControl.
BevelKindInherited from TWinControl.
BevelOuterInherited from TWinControl.
BevelWidthInherited from TWinControl.
BiDiModeInherited from TControl.
BorderWidthInherited from TWinControl.
BoundsRectInherited from TControl.
BrushInherited from TWinControl.
CanvasInherited from TCustomControl.
CaptionInherited from TControl.
ClientHeightInherited from TControl.
ClientOriginInherited from TControl.
ClientRectInherited from TControl.
ClientWidthInherited from TControl.
ColorInherited from TControl.
ComObjectInherited from TComponent.
ComponentCountInherited from TComponent.
ComponentIndexInherited from TComponent.
ComponentsInherited from TComponent.
ComponentStateInherited from TComponent.
ComponentStyleInherited from TComponent.
ConstraintsInherited from TControl.
ControlCountInherited from TWinControl.
ControlsInherited from TWinControl.
ControlStateInherited from TControl.
ControlStyleInherited from TControl.
Ctl3DInherited from TWinControl.
CurrentPPIInherited from TControl.
CursorInherited from TControl.
CustomHintInherited from TControl.
DesignInfoInherited from TComponent.
DockClientCountInherited from TWinControl.
DockClientsInherited from TWinControl.
DockManagerInherited from TWinControl.
DockOrientationInherited from TControl.
DockSiteInherited from TWinControl.
Document
DocumentModelModifiedSpecifies if the opened document has unsaved changes.
DoubleBufferedInherited from TWinControl.
DpiXReturns the number of pixels per logical inch along the horizontal axis.
DpiYReturns the number of pixels per logical inch along the vertical axis.
DragCursorInherited from TControl.
DragKindInherited from TControl.
DragModeInherited from TControl.
EnabledInherited from TControl.
ExplicitHeightInherited from TControl.
ExplicitLeftInherited from TControl.
ExplicitTopInherited from TControl.
ExplicitWidthInherited from TControl.
FloatingInherited from TControl.
FloatingDockSiteClassInherited from TControl.
FontInherited from TControl.
HandleInherited from TWinControl.
HeightInherited from TControl.
HelpContextInherited from TControl.
HelpKeywordInherited from TControl.
HelpTypeInherited from TControl.
HintInherited from TControl.
HostDockSiteInherited from TControl.
ImeModeInherited from TWinControl.
ImeNameInherited from TWinControl.
IsDestroyingIdentifies if the control is about to be destroyed. Inherited from TcxCustomControl.
IsDrawingLockedInherited from TWinControl.
LayoutUnitSpecifies the measurement unit used for the document layout.
LeftInherited from TControl.
LRDockWidthInherited from TControl.
MarginsInherited from TControl.
MeasurementUnitSpecifies the measurement unit used in a document.
MouseCaptureInherited from TControl.
MouseInClientInherited from TWinControl.
NameInherited from TComponent.
ObserversInherited from TComponent.
OptionsProvides access to the control’s settings
OwnerInherited from TComponent.
PaddingInherited from TWinControl.
ParentInherited from TControl.
ParentBackgroundInherited from TWinControl.
ParentBiDiModeInherited from TControl.
ParentColorInherited from TControl.
ParentCtl3DInherited from TWinControl.
ParentCustomHintInherited from TControl.
ParentDoubleBufferedInherited from TWinControl.
ParentFontInherited from TControl.
ParentShowHintInherited from TControl.
ParentWindowInherited from TWinControl.
PixelsPerInchInherited from TWinControl.
PopupMenuInherited from TControl.
RaiseOnNonMainThreadUsageInherited from TControl.
ReadOnlySpecifies if the opened document is protected from accidental changes.
RedrawDisabledInherited from TWinControl.
ScaleFactorInherited from TControl.
ShowCaretInReadOnlySpecifies if the caret is visible in read-only mode.
ShowHintInherited from TControl.
ShowingInherited from TWinControl.
StyleElementsInherited from TControl.
StyleNameInherited from TControl.
TabOrderInherited from TWinControl.
TabStopInherited from TWinControl.
TagInherited from TComponent.
TBDockHeightInherited from TControl.
TextInherited from TControl.
TipModeInherited from TWinControl.
TopInherited from TControl.
TouchInherited from TControl.
UndockHeightInherited from TControl.
UndockWidthInherited from TControl.
UseDockManagerInherited from TWinControl.
VCLComObjectInherited from TComponent.
ViewBoundsReturns the boundaries of the document display area.
ViewsProvides access to all available document views.
VisibleInherited from TControl.
VisibleDockClientCountInherited from TWinControl.
WantReturnsSpecifies if an end user can press the Enter key to insert caret return characters into text.
WantTabsSpecifies if an end user can press the Tab key to insert tab characters into text.
WidthInherited from TControl.
WindowProcInherited from TControl.

Methods

NameDescription
AddService(TdxServiceType,IdxServiceCreatorCallback,Boolean)
AddService(TdxServiceType,IdxServiceCreatorCallback)
AddService(TdxServiceType,IInterface,Boolean)
AddService(TdxServiceType,IInterface)Adds the specified service to the service container.
Assign(TPersistent)Inherited from TPersistent.
AssignTo(TPersistent)Inherited from TPersistent.
BeginDrag(Boolean,Integer)Inherited from TControl.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject)Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject)Inherited from TComponent.
BeginInvoke(TProc,TObject)Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject)Inherited from TComponent.
BringToFrontInherited from TControl.
Broadcast(Untyped)Inherited from TWinControl.
CanFocusInherited from TWinControl.
CanRedoReturns a value indicating whether the Redo command is currently available to end-users.
CanUndoReturns a value indicating whether the Undo command is currently available to end-users.
ChangeScale(Integer,Integer)Inherited from TControl.
CheckNonMainThreadUsageInherited from TControl.
ClearUndoClears the action history.
ClickInherited from TControl.
ClientToParent(TPoint,TWinControl)Inherited from TControl.
ClientToScreen(TPoint)Inherited from TControl.
ClientToScreen(TRect)Inherited from TControl.
ConstrainedResize(Integer,Integer,Integer,Integer)Inherited from TControl.
ContainsControl(TControl)Inherited from TWinControl.
ControlAtPos(TPoint,Boolean,Boolean,Boolean)Inherited from TWinControl.
CopyCopies the current selection to the clipboard.
CreateDocumentServerCreates a temporary document server.
CreateMailMergeOptionsCreates a container for settings usable in mail merge operations.
CreateNewDocument(Boolean)Closes the opened document and creates a new blank document.
CreateParentedControl(HWND)Inherited from TWinControl.
CutMoves the current selection to the clipboard.
DeselectAllCancels all selections within the current document.
DestroyComponentsInherited from TComponent.
DestroyingInherited from TComponent.
DisableAlignInherited from TWinControl.
Dock(TWinControl,TRect)Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer)Inherited from TWinControl.
DragDrop(TObject,Integer,Integer)Inherited from TControl.
DraggingInherited from TControl.
DrawTextBiDiModeFlags(Longint)Inherited from TControl.
DrawTextBiDiModeFlagsReadingOnlyInherited from TControl.
EnableAlignInherited from TWinControl.
EndDrag(Boolean)Inherited from TControl.
EndFunctionInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke(IAsyncResult)Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult)Inherited from TComponent.
EnsureImagesLoadComplete
Equals(TObject)Inherited from TObject.
ExecuteAction(TBasicAction)Inherited from TComponent.
FindChildControl(String)Inherited from TWinControl.
FindComponent(String)Inherited from TComponent.
FlipChildren(Boolean)Inherited from TWinControl.
FocusedInherited from TWinControl.
FreeNotification(TComponent)Inherited from TComponent.
FreeOnReleaseInherited from TComponent.
GetChildren(TGetChildProc,TComponent)Inherited from TComponent.
GetControlsAlignmentInherited from TControl.
GetDragImagesInherited from TControl.
GetHashCodeInherited from TObject.
GetNamePathInherited from TPersistent.
GetOwnerInherited from TPersistent.
GetParentComponentInherited from TComponent.
GetStyleNameInherited from TControl.
GetSystemMetrics(Integer)Inherited from TControl.
GetTabControlList(TList)Inherited from TWinControl.
GetTabOrderList(TList)Inherited from TWinControl.
GetTextBuf(PChar,Integer)Inherited from TControl.
GetTextLenInherited from TControl.
HandleAllocatedInherited from TWinControl.
HandleNeededInherited from TWinControl.
HasParentInherited from TComponent.
HideInherited from TControl.
InitiateActionInherited from TControl.
InsertComponent(TComponent)Inherited from TComponent.
InsertControl(TControl)Inherited from TWinControl.
InvalidateInherited from TControl.
IsCustomStyleActiveInherited from TControl.
IsFloatingObjectSelectedReturns a value indicating whether a floating object is selected.
IsImplementorOf(IInterface)Inherited from TComponent.
IsLightStyleColor(TColor)Inherited from TControl.
IsRightToLeftInherited from TControl.
IsSelectionInFooterReturns a value indicating whether the current selection is contained within a document footer.
IsSelectionInHeaderReturns a value indicating whether the current selection is contained within a document header.
IsSelectionInHeaderOrFooterReturns a value indicating whether the current selection is contained within either a document header or footer.
IsSelectionInTableReturns a value indicating whether the current selection is contained within a single table.
IsSelectionInTextBoxReturns a value indicating whether the current selection is contained within a floating text box.
LoadDocument(TStream,TdxRichEditDocumentFormat)Loads a document from the specified stream.
LoadDocument(string,TdxRichEditDocumentFormat)Imports a document from a file (in any supported format).
LoadDocument(string)Imports a document from a file (in any supported format).
LoadDocumentTemplate(TStream,TdxRichEditDocumentFormat)Imports a document (as a template) from a stream (in any supported format).
LoadDocumentTemplate(string,TdxRichEditDocumentFormat)Imports a document (as a template) from a file (in any supported format).
LoadDocumentTemplate(string)Imports a document (as a template) from a file (in any supported format).
LoadedInherited from TComponent.
LockDrawingInherited from TWinControl.
MailMerge(IdxRichEditDocument)
MailMerge(IdxRichEditMailMergeOptions,IdxRichEditDocument)
MailMerge(IdxRichEditMailMergeOptions,TStream,TdxRichEditDocumentFormat)
MailMerge(IdxRichEditMailMergeOptions,string,TdxRichEditDocumentFormat)
MailMerge(TStream,TdxRichEditDocumentFormat)
MailMerge(string,TdxRichEditDocumentFormat)
ManualDock(TWinControl,TControl,TAlign)Inherited from TControl.
ManualFloat(TRect)Inherited from TControl.
MouseDown(TMouseButton,TShiftState,Integer,Integer)Inherited from TControl.
MouseMove(TShiftState,Integer,Integer)Inherited from TControl.
MouseUp(TMouseButton,TShiftState,Integer,Integer)Inherited from TControl.
MouseWheelHandler(TMessage)Inherited from TControl.
Notification(TComponent,TOperation)Inherited from TComponent.
PaintTo(HDC,Integer,Integer)Inherited from TWinControl.
PaintTo(TCanvas,Integer,Integer)Inherited from TWinControl.
ParentToClient(TPoint,TWinControl)Inherited from TControl.
PasteInserts clipboard content at the caret position or replaces the current selection.
Perform(Cardinal,WPARAM,LPARAM)Inherited from TControl.
Perform(Cardinal,WPARAM,PChar)Inherited from TControl.
Perform(Cardinal,WPARAM,TRect)Inherited from TControl.
PreProcessMessage(TMsg)Inherited from TWinControl.
RealignInherited from TWinControl.
RedoRestores the effect of the last undone action.
ReferenceInterface(IInterface,TOperation)Inherited from TComponent.
RefreshInherited from TControl.
RemoveComponent(TComponent)Inherited from TComponent.
RemoveControl(TControl)Inherited from TWinControl.
RemoveFreeNotification(TComponent)Inherited from TComponent.
RemoveService(TdxServiceType,Boolean)
RemoveService(TdxServiceType)Removes the specified service from the service container.
RepaintInherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign)Inherited from TControl.
SaveDocumentExports document content to a file using the current export settings.
SaveDocument(TStream,TdxRichEditDocumentFormat)Exports document content to a stream (in any supported format).
SaveDocument(string,TdxRichEditDocumentFormat)Exports document content to a file (in any supported format).
SaveDocument(string)Exports document content to a file (in any supported format).
ScaleBy(Integer,Integer)Inherited from TWinControl.
ScaleForPPI(Integer)Inherited from TControl.
ScaleRectSize(TRect)Inherited from TControl.
ScaleValue(Double)Inherited from TControl.
ScaleValue(Integer)Inherited from TControl.
ScaleValue(TPoint)Inherited from TControl.
ScaleValue(TRect)Inherited from TControl.
ScaleValue(TSize)Inherited from TControl.
ScreenToClient(TPoint)Inherited from TControl.
ScreenToClient(TRect)Inherited from TControl.
ScrollBy(Integer,Integer)Inherited from TWinControl.
SelectAllSelects all contents within the current document.
SendToBackInherited from TControl.
SetBounds(Integer,Integer,Integer,Integer)Sets boundaries of the Rich Edit control on the application form.
SetDesignVisible(Boolean)Inherited from TControl.
SetFocusInherited from TWinControl.
SetParentComponent(TComponent)Inherited from TComponent.
SetSubComponent(Boolean)Inherited from TComponent.
SetTextBuf(PChar)Inherited from TControl.
ShowInherited from TControl.
SupportsUIAutomation protectedInherited from TcxCustomControl.
ToStringInherited from TObject.
UndoReverses the last action performed in the current document.
UnlockDrawingInherited from TWinControl.
UpdateInherited from TControl.
UpdateAction(TBasicAction)Inherited from TComponent.
UpdateControlStateInherited from TWinControl.
UseRightToLeftAlignmentInherited from TControl.
UseRightToLeftReadingInherited from TControl.
UseRightToLeftScrollBarInherited from TControl.
WndProc(TMessage)Inherited from TControl.

Events

NameDescription
OnActiveViewChangedEnables you to respond to a document display mode change.
OnAfterExport
OnAlignInsertBeforeInherited from TWinControl.
OnAlignPositionInherited from TWinControl.
OnCalculateDocumentVariableEnables you to insert custom content into a DOCVARIABLE field.
OnCanResizeInherited from TControl.
OnClickInherited from TControl.
OnConstrainedResizeInherited from TControl.
OnContentChangedEnables you to track content changes in the opened document.
OnContextPopupInherited from TControl.
OnCustomizeMergeFields
OnDblClickInherited from TControl.
OnDockDropInherited from TWinControl.
OnDockOverInherited from TWinControl.
OnDocumentClosingEnables you to respond to an attempt to close a document with unsaved changes.
OnDocumentLoadedEnables you to respond to a successful document load operation.
OnDocumentProtectionChanged
OnDragDropInherited from TControl.
OnDragOverInherited from TControl.
OnEmptyDocumentCreatedEnables you to respond to a document create operation in the Rich Edit control.
OnEndDockInherited from TControl.
OnEndDragInherited from TControl.
OnEnterInherited from TWinControl.
OnExitInherited from TWinControl.
OnGestureInherited from TControl.
OnGetAICommandsAllows you to modify the list of AI-powered commands available in the Rich Edit control.
OnGetSiteInfoInherited from TWinControl.
OnHyperlinkClickEnables you to respond to hyperlink activation.
OnKeyDownInherited from TWinControl.
OnKeyPressInherited from TWinControl.
OnKeyUpInherited from TWinControl.
OnMailMergeFinishedEnables you to respond to a successful mail merge operation.
OnMailMergeGetTargetDocument
OnMailMergeRecordFinished
OnMailMergeRecordStarted
OnMailMergeStarted
OnModifiedChangedEnables you to track an opened document’s modified state.
OnMouseActivateInherited from TControl.
OnMouseDownInherited from TControl.
OnMouseEnterInherited from TControl.
OnMouseLeaveInherited from TControl.
OnMouseMoveInherited from TControl.
OnMouseUpInherited from TControl.
OnMouseWheelInherited from TControl.
OnMouseWheelDownInherited from TControl.
OnMouseWheelUpInherited from TControl.
OnPageBackgroundChanged
OnPlainTextChanged
OnReadOnlyChangedOccurs when the read-only state of the document, opened in the Rich Edit control, is changed.
OnResizeInherited from TControl.
OnSelectionChangedOccurs in response to changing a selection within a document opened in the Rich Edit control.
OnShortCut
OnStartDockInherited from TControl.
OnStartDragInherited from TControl.
OnUnDockInherited from TWinControl.
OnZoomChangedOccurs when the document’s zoom factor is changed.

See Also

TdxRichEditControlBase Class

dxRichEdit.Control.Core Unit