Skip to main content

TdxRichEditControl Methods

A rich edit control.
Name Description
AddKeyboardService(IdxKeyboardHandlerService) Adds the specified keyboard service to the service container. Inherited from TdxRichEditControlBase.
AddService(TdxServiceType,IdxServiceCreatorCallback,Boolean) Inherited from TdxRichEditControlBase.
AddService(TdxServiceType,IdxServiceCreatorCallback) Inherited from TdxRichEditControlBase.
AddService(TdxServiceType,IInterface,Boolean) Inherited from TdxRichEditControlBase.
AddService(TdxServiceType,IInterface) Adds the specified service to the service container. Inherited from TdxRichEditControlBase.
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.
CalculateHorizontalRulerVisibility Returns a value indicating whether the horizontal ruler is displayed the Rich Edit control. Inherited from TdxCustomRichEditControl.
CalculateVerticalRulerVisibility Returns a value indicating whether the vertical ruler is displayed in the Rich Edit control. Inherited from TdxCustomRichEditControl.
CanFocus Inherited from TWinControl.
CanRedo Returns a value indicating whether the Redo command is currently available to end-users. Inherited from TdxRichEditControlBase.
CanUndo Returns a value indicating whether the Undo command is currently available to end-users. Inherited from TdxRichEditControlBase.
ChangeScale(Integer,Integer) Inherited from TControl.
CheckNonMainThreadUsage Inherited from TControl.
ClearUndo Clears the action history. Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
CreateDocumentServer Creates a temporary document server. Inherited from TdxRichEditControlBase.
CreateMailMergeOptions Creates a container for settings usable in mail merge operations. Inherited from TdxRichEditControlBase.
CreateNewDocument(Boolean) Closes the opened document and creates a new blank document. Inherited from TdxRichEditControlBase.
CreateParentedControl(HWND) Inherited from TWinControl.
Cut Moves the current selection to the clipboard. Inherited from TdxRichEditControlBase.
DeselectAll Cancels all selections within the current document. Inherited from TdxRichEditControlBase.
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) Inherited from TdxRichEditControlBase.
EnsureImagesLoadComplete Inherited from TdxRichEditControlBase.
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) Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
IsSelectionInHeader Returns a value indicating whether the current selection is contained within a document header. Inherited from TdxRichEditControlBase.
IsSelectionInHeaderOrFooter Returns a value indicating whether the current selection is contained within either a document header or footer. Inherited from TdxRichEditControlBase.
IsSelectionInTable Returns a value indicating whether the current selection is contained within a single table. Inherited from TdxRichEditControlBase.
IsSelectionInTextBox Returns a value indicating whether the current selection is contained within a floating text box. Inherited from TdxRichEditControlBase.
LoadDocument(TStream,TdxRichEditDocumentFormat) Loads a document from the specified stream. Inherited from TdxRichEditControlBase.
LoadDocument(string,TdxRichEditDocumentFormat) Loads a document from the specified file. Inherited from TdxRichEditControlBase.
LoadDocument(string) Loads a document from the specified file. Inherited from TdxRichEditControlBase.
LoadDocumentTemplate(TStream,TdxRichEditDocumentFormat) Loads a document template from a specified stream. Inherited from TdxRichEditControlBase.
LoadDocumentTemplate(string,TdxRichEditDocumentFormat) Loads a document template from the specified file. Inherited from TdxRichEditControlBase.
LoadDocumentTemplate(string) Loads a document template from the specified file. Inherited from TdxRichEditControlBase.
Loaded Inherited from TComponent.
LockDrawing Inherited from TWinControl.
MailMerge(IdxRichEditDocument) Inherited from TdxRichEditControlBase.
MailMerge(IdxRichEditMailMergeOptions,IdxRichEditDocument) Inherited from TdxRichEditControlBase.
MailMerge(IdxRichEditMailMergeOptions,TStream,TdxRichEditDocumentFormat) Inherited from TdxRichEditControlBase.
MailMerge(IdxRichEditMailMergeOptions,string,TdxRichEditDocumentFormat) Inherited from TdxRichEditControlBase.
MailMerge(TStream,TdxRichEditDocumentFormat) Inherited from TdxRichEditControlBase.
MailMerge(string,TdxRichEditDocumentFormat) Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
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) Inherited from TdxRichEditControlBase.
RemoveService(TdxServiceType,Boolean) Inherited from TdxRichEditControlBase.
RemoveService(TdxServiceType) Removes the specified service from the service container. Inherited from TdxRichEditControlBase.
Repaint Inherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign) Inherited from TControl.
SaveDocument Saves the opened document to a file. Inherited from TdxRichEditControlBase.
SaveDocument(TStream,TdxRichEditDocumentFormat) Saves the opened document to a stream. Inherited from TdxRichEditControlBase.
SaveDocument(string,TdxRichEditDocumentFormat) Saves the opened document to a file. Inherited from TdxRichEditControlBase.
SaveDocument(string) Saves the opened document to a file. Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
SendToBack Inherited from TControl.
SetBounds(Integer,Integer,Integer,Integer) Sets boundaries of the Rich Edit control on the application form. Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
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.
See Also