Skip to main content

TdxRichEditControlBase Members

The base class for the Rich Edit control.

Constructors

Name Description
Create(TComponent) Inherited from TComponent.
CreateParented(HWND) Inherited from TWinControl.

Properties

Name Description
Action Inherited from TControl.
ActiveView Provides access to the active document view and its settings.
ActiveViewType Specifies the active document display mode.
Align Inherited from TControl.
AlignDisabled Inherited from TWinControl.
AlignWithMargins Inherited from TControl.
Anchors Inherited from TControl.
AutoSize Inherited from TControl.
AutoSizeMode Specifies the automatic size adjustment mode applied to the Rich Edit control.
BevelEdges Inherited from TWinControl.
BevelInner Inherited from TWinControl.
BevelKind Inherited from TWinControl.
BevelOuter Inherited from TWinControl.
BevelWidth Inherited from TWinControl.
BiDiMode Inherited from TControl.
BorderWidth Inherited from TWinControl.
BoundsRect Inherited from TControl.
Brush Inherited from TWinControl.
Canvas Inherited from TCustomControl.
Caption Inherited from TControl.
ClientHeight Inherited from TControl.
ClientOrigin Inherited from TControl.
ClientRect Inherited from TControl.
ClientWidth Inherited from TControl.
Color Inherited from TControl.
ComObject Inherited from TComponent.
ComponentCount Inherited from TComponent.
ComponentIndex Inherited from TComponent.
Components Inherited from TComponent.
ComponentState Inherited from TComponent.
ComponentStyle Inherited from TComponent.
Constraints Inherited from TControl.
ControlCount Inherited from TWinControl.
Controls Inherited from TWinControl.
ControlState Inherited from TControl.
ControlStyle Inherited from TControl.
Ctl3D Inherited from TWinControl.
CurrentPPI Inherited from TControl.
Cursor Inherited from TControl.
CustomHint Inherited from TControl.
DesignInfo Inherited from TComponent.
DockClientCount Inherited from TWinControl.
DockClients Inherited from TWinControl.
DockManager Inherited from TWinControl.
DockOrientation Inherited from TControl.
DockSite Inherited from TWinControl.
Document
DocumentModelModified Specifies if the opened document has unsaved changes.
DoubleBuffered Inherited from TWinControl.
DpiX Returns the number of pixels per logical inch along the horizontal axis.
DpiY Returns the number of pixels per logical inch along the vertical axis.
DragCursor Inherited from TControl.
DragKind Inherited from TControl.
DragMode Inherited from TControl.
Enabled Inherited from TControl.
ExplicitHeight Inherited from TControl.
ExplicitLeft Inherited from TControl.
ExplicitTop Inherited from TControl.
ExplicitWidth Inherited from TControl.
Floating Inherited from TControl.
FloatingDockSiteClass Inherited from TControl.
Font Inherited from TControl.
Handle Inherited from TWinControl.
Height Inherited from TControl.
HelpContext Inherited from TControl.
HelpKeyword Inherited from TControl.
HelpType Inherited from TControl.
Hint Inherited from TControl.
HostDockSite Inherited from TControl.
ImeMode Inherited from TWinControl.
ImeName Inherited from TWinControl.
IsDrawingLocked Inherited from TWinControl.
LayoutUnit Specifies the measurement unit used for the document layout.
Left Inherited from TControl.
LRDockWidth Inherited from TControl.
Margins Inherited from TControl.
MeasurementUnit Specifies the measurement unit used in a document.
MouseCapture Inherited from TControl.
MouseInClient Inherited from TWinControl.
Name Inherited from TComponent.
Observers Inherited from TComponent.
Options Provides access to the control’s settings
Owner Inherited from TComponent.
Padding Inherited from TWinControl.
Parent Inherited from TControl.
ParentBackground Inherited from TWinControl.
ParentBiDiMode Inherited from TControl.
ParentColor Inherited from TControl.
ParentCtl3D Inherited from TWinControl.
ParentCustomHint Inherited from TControl.
ParentDoubleBuffered Inherited from TWinControl.
ParentFont Inherited from TControl.
ParentShowHint Inherited from TControl.
ParentWindow Inherited from TWinControl.
PixelsPerInch Inherited from TWinControl.
PopupMenu Inherited from TControl.
RaiseOnNonMainThreadUsage Inherited from TControl.
ReadOnly Specifies if the opened document is protected from accidental changes.
RedrawDisabled Inherited from TWinControl.
ScaleFactor Inherited from TControl.
ShowCaretInReadOnly Specifies if the caret is visible in read-only mode.
ShowHint Inherited from TControl.
Showing Inherited from TWinControl.
StyleElements Inherited from TControl.
StyleName Inherited from TControl.
TabOrder Inherited from TWinControl.
TabStop Inherited from TWinControl.
Tag Inherited from TComponent.
TBDockHeight Inherited from TControl.
Text Inherited from TControl.
TipMode Inherited from TWinControl.
Top Inherited from TControl.
Touch Inherited from TControl.
UndockHeight Inherited from TControl.
UndockWidth Inherited from TControl.
UseDockManager Inherited from TWinControl.
VCLComObject Inherited from TComponent.
ViewBounds Returns the boundaries of the document display area.
Views Provides access to all available document views.
Visible Inherited from TControl.
VisibleDockClientCount Inherited from TWinControl.
WantReturns Specifies if an end user can press the Enter key to insert caret return characters into text.
WantTabs Specifies if an end user can press the Tab key to insert tab characters into text.
Width Inherited from TControl.
WindowProc Inherited from TControl.

Methods

Name Description
AddKeyboardService(IdxKeyboardHandlerService) Adds the specified keyboard service to the service container.
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.
BringToFront Inherited from TControl.
Broadcast(Untyped) Inherited from TWinControl.
CanFocus Inherited from TWinControl.
CanRedo Returns a value indicating whether the Redo command is currently available to end-users.
CanUndo Returns a value indicating whether the Undo command is currently available to end-users.
ChangeScale(Integer,Integer) Inherited from TControl.
CheckNonMainThreadUsage Inherited from TControl.
ClearUndo Clears the action history.
Click Inherited 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.
Copy Copies the current selection to the clipboard.
CreateDocumentServer Creates a temporary document server.
CreateMailMergeOptions Creates 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.
Cut Moves the current selection to the clipboard.
DeselectAll Cancels all selections within the current document.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
DisableAlign Inherited from TWinControl.
Dock(TWinControl,TRect) Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer) Inherited from TWinControl.
DragDrop(TObject,Integer,Integer) Inherited from TControl.
Dragging Inherited from TControl.
DrawTextBiDiModeFlags(Longint) Inherited from TControl.
DrawTextBiDiModeFlagsReadingOnly Inherited from TControl.
EnableAlign Inherited from TWinControl.
EndDrag(Boolean) Inherited from TControl.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
EnsureCaretVisible(Boolean)
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.
Focused Inherited from TWinControl.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetControlsAlignment Inherited from TControl.
GetDragImages Inherited from TControl.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetPixelPhysicalBounds(TdxPageViewInfo,TRect)
GetStyleName Inherited from TControl.
GetSystemMetrics(Integer) Inherited from TControl.
GetTabControlList(TList) Inherited from TWinControl.
GetTabOrderList(TList) Inherited from TWinControl.
GetTextBuf(PChar,Integer) Inherited from TControl.
GetTextLen Inherited from TControl.
HandleAllocated Inherited from TWinControl.
HandleNeeded Inherited from TWinControl.
HasParent Inherited from TComponent.
Hide Inherited from TControl.
InitiateAction Inherited from TControl.
InsertComponent(TComponent) Inherited from TComponent.
InsertControl(TControl) Inherited from TWinControl.
Invalidate Inherited from TControl.
IsCustomStyleActive Inherited from TControl.
IsFloatingObjectSelected Returns a value indicating whether a floating object is selected.
IsImplementorOf(IInterface) Inherited from TComponent.
IsLightStyleColor(TColor) Inherited from TControl.
IsRightToLeft Inherited from TControl.
IsSelectionInFooter Returns a value indicating whether the current selection is contained within a document footer.
IsSelectionInHeader Returns a value indicating whether the current selection is contained within a document header.
IsSelectionInHeaderOrFooter Returns a value indicating whether the current selection is contained within either a document header or footer.
IsSelectionInTable Returns a value indicating whether the current selection is contained within a single table.
IsSelectionInTextBox Returns 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) Loads a document from the specified file.
LoadDocument(string) Loads a document from the specified file.
LoadDocumentTemplate(TStream,TdxRichEditDocumentFormat) Loads a document template from a specified stream.
LoadDocumentTemplate(string,TdxRichEditDocumentFormat) Loads a document template from the specified file.
LoadDocumentTemplate(string) Loads a document template from the specified file.
Loaded Inherited from TComponent.
LockDrawing Inherited 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.
Paste Inserts 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.
Realign Inherited from TWinControl.
Redo Restores the effect of the last undone action.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
Refresh Inherited from TControl.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveControl(TControl) Inherited from TWinControl.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RemoveKeyboardService(IdxKeyboardHandlerService)
RemoveService(TdxServiceType,Boolean)
RemoveService(TdxServiceType) Removes the specified service from the service container.
Repaint Inherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign) Inherited from TControl.
SaveDocument Saves the opened document to a file.
SaveDocument(TStream,TdxRichEditDocumentFormat) Saves the opened document to a stream.
SaveDocument(string,TdxRichEditDocumentFormat) Saves the opened document to a file.
SaveDocument(string) Saves the opened document to a file.
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.
SelectAll Selects all contents within the current document.
SendToBack Inherited from TControl.
SetBounds(Integer,Integer,Integer,Integer) Sets boundaries of the Rich Edit control on the application form.
SetDesignVisible(Boolean) Inherited from TControl.
SetFocus Inherited from TWinControl.
SetParentComponent(TComponent) Inherited from TComponent.
SetSubComponent(Boolean) Inherited from TComponent.
SetTextBuf(PChar) Inherited from TControl.
Show Inherited from TControl.
ToString Inherited from TObject.
Undo Reverses the last action performed in the current document.
UnlockDrawing Inherited from TWinControl.
Update Inherited from TControl.
UpdateAction(TBasicAction) Inherited from TComponent.
UpdateControlState Inherited from TWinControl.
UseRightToLeftAlignment Inherited from TControl.
UseRightToLeftReading Inherited from TControl.
UseRightToLeftScrollBar Inherited from TControl.
WndProc(TMessage) Inherited from TControl.

Events

Name Description
OnActiveViewChanged Enables you to respond to a document display mode change.
OnAfterExport
OnAlignInsertBefore Inherited from TWinControl.
OnAlignPosition Inherited from TWinControl.
OnCalculateDocumentVariable Enables you to insert custom content into a DOCVARIABLE field.
OnCanResize Inherited from TControl.
OnClick Inherited from TControl.
OnConstrainedResize Inherited from TControl.
OnContentChanged Enables you to track content changes in the opened document.
OnContextPopup Inherited from TControl.
OnCustomizeMergeFields
OnDblClick Inherited from TControl.
OnDockDrop Inherited from TWinControl.
OnDockOver Inherited from TWinControl.
OnDocumentClosing Enables you to respond to an attempt to close a document with unsaved changes.
OnDocumentLoaded Enables you to respond to a successful document load operation.
OnDocumentProtectionChanged
OnDragDrop Inherited from TControl.
OnDragOver Inherited from TControl.
OnEmptyDocumentCreated Enables you to respond to a document create operation in the Rich Edit control.
OnEndDock Inherited from TControl.
OnEndDrag Inherited from TControl.
OnEnter Inherited from TWinControl.
OnExit Inherited from TWinControl.
OnGesture Inherited from TControl.
OnGetSiteInfo Inherited from TWinControl.
OnHyperlinkClick Enables you to respond to hyperlink activation.
OnKeyDown Inherited from TWinControl.
OnKeyPress Inherited from TWinControl.
OnKeyUp Inherited from TWinControl.
OnMailMergeFinished Enables you to respond to a successful mail merge operation.
OnMailMergeGetTargetDocument
OnMailMergeRecordFinished
OnMailMergeRecordStarted
OnMailMergeStarted
OnModifiedChanged Enables you to track an opened document’s modified state.
OnMouseActivate Inherited from TControl.
OnMouseDown Inherited from TControl.
OnMouseEnter Inherited from TControl.
OnMouseLeave Inherited from TControl.
OnMouseMove Inherited from TControl.
OnMouseUp Inherited from TControl.
OnMouseWheel Inherited from TControl.
OnMouseWheelDown Inherited from TControl.
OnMouseWheelUp Inherited from TControl.
OnPageBackgroundChanged
OnPlainTextChanged
OnReadOnlyChanged Occurs when the read-only state of the document, opened in the Rich Edit control, is changed.
OnResize Inherited from TControl.
OnSelectionChanged Occurs in response to changing a selection within a document opened in the Rich Edit control.
OnShortCut
OnStartDock Inherited from TControl.
OnStartDrag Inherited from TControl.
OnUnDock Inherited from TWinControl.
OnZoomChanged Occurs when the document’s zoom factor is changed.
See Also