Back to Devexpress

TdxCustomRichEditControl Methods

vcl-dxrichedit-dot-control-dot-tdxcustomricheditcontrol-dot-underscore-methods.md

latest40.2 KB
Original Source

TdxCustomRichEditControl Methods

The base class for the Rich Edit control.

NameDescription
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.
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. Inherited from TdxRichEditControlBase.
CanUndoReturns a value indicating whether the Undo command is currently available to end-users. Inherited from TdxRichEditControlBase.
ChangeScale(Integer,Integer)Inherited from TControl.
CheckNonMainThreadUsageInherited from TControl.
ClearUndoClears the action history. Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
CreateDocumentServerCreates a temporary document server. Inherited from TdxRichEditControlBase.
CreateMailMergeOptionsCreates 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.
CutMoves the current selection to the clipboard. Inherited from TdxRichEditControlBase.
DeselectAllCancels all selections within the current document. Inherited from TdxRichEditControlBase.
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.
EnsureImagesLoadCompleteInherited 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.
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. Inherited from TdxRichEditControlBase.
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. Inherited from TdxRichEditControlBase.
IsSelectionInHeaderReturns a value indicating whether the current selection is contained within a document header. Inherited from TdxRichEditControlBase.
IsSelectionInHeaderOrFooterReturns a value indicating whether the current selection is contained within either a document header or footer. Inherited from TdxRichEditControlBase.
IsSelectionInTableReturns a value indicating whether the current selection is contained within a single table. Inherited from TdxRichEditControlBase.
IsSelectionInTextBoxReturns 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)Imports a document from a file (in any supported format). Inherited from TdxRichEditControlBase.
LoadDocument(string)Imports a document from a file (in any supported format). Inherited from TdxRichEditControlBase.
LoadDocumentTemplate(TStream,TdxRichEditDocumentFormat)Imports a document (as a template) from a stream (in any supported format). Inherited from TdxRichEditControlBase.
LoadDocumentTemplate(string,TdxRichEditDocumentFormat)Imports a document (as a template) from a file (in any supported format). Inherited from TdxRichEditControlBase.
LoadDocumentTemplate(string)Imports a document (as a template) from a file (in any supported format). Inherited from TdxRichEditControlBase.
LoadedInherited from TComponent.
LockDrawingInherited 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.
PasteInserts 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.
RealignInherited from TWinControl.
RedoRestores the effect of the last undone action. Inherited from TdxRichEditControlBase.
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)Inherited from TdxRichEditControlBase.
RemoveService(TdxServiceType)Removes the specified service from the service container. Inherited from TdxRichEditControlBase.
RepaintInherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign)Inherited from TControl.
SaveDocumentExports document content to a file using the current export settings. Inherited from TdxRichEditControlBase.
SaveDocument(TStream,TdxRichEditDocumentFormat)Exports document content to a stream (in any supported format). Inherited from TdxRichEditControlBase.
SaveDocument(string,TdxRichEditDocumentFormat)Exports document content to a file (in any supported format). Inherited from TdxRichEditControlBase.
SaveDocument(string)Exports document content to a file (in any supported format). 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.
SelectAllSelects all contents within the current document. Inherited from TdxRichEditControlBase.
SendToBackInherited 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.
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. Inherited from TdxRichEditControlBase.
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.

See Also

TdxCustomRichEditControl Class

TdxCustomRichEditControl Members

dxRichEdit.Control Unit