Skip to main content

TcxDBRichEdit Methods

Represents a data-aware version of the TcxRichEdit control.
Name Description
AcceptMousePosForClick(Integer,Integer) Inherited from TcxControl.
Activate(TcxCustomEditData,Boolean) Inherited from TcxCustomEdit.
ActivateByKey(Char,TcxCustomEditData) Inherited from TcxCustomEdit.
ActivateByMouse(TShiftState,Integer,Integer,TcxCustomEditData) Inherited from TcxCustomEdit.
AddFontListener(IcxFontListener) Inherited from TcxControl.
AdjustInnerEditPosition protected Adjusts the position of the inner editor. Inherited from TcxCustomEdit.
AreChangeEventsLocked Returns True when edit value change notifications are postponed by LockChangeEvents method calls. Inherited from TcxCustomEdit.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginDrag(Boolean,Integer) Inherited from TControl.
BeginDragAndDrop Inherited from TcxControl.
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.
CanFocusEx Inherited from TcxControl.
CanModify protected Specifies whether the edit value can be modified. Inherited from TcxCustomEdit.
CanPostEditValue Inherited from TcxCustomEdit.
ChangeScale(Integer,Integer) Inherited from TControl.
CheckNonMainThreadUsage Inherited from TControl.
Clear Deletes the contents of an editor. Inherited from TcxCustomEdit.
ClearSavedChildControlRegions Inherited from TcxContainer.
ClearSelection Removes the selected text from an editor. Inherited from TcxCustomTextEdit.
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.
CopyToClipboard Copies the selected portion of a value within an editor to the clipboard. Inherited from TcxCustomEdit.
Create Inherited from TcxContainer.
CreateInnerEdit protected Creates an inner editor within an edit control. Inherited from TcxCustomEdit.
CreateParentedControl(HWND) Inherited from TWinControl.
CutToClipboard Removes the selected text from an editor and places it to the clipboard. Inherited from TcxCustomTextEdit.
Deactivate Deactivates the editor if it is active. Inherited from TcxCustomEdit.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
DisableAlign Inherited from TWinControl.
DoButtonClick(Integer) protected Performs some preprocessing when a user clicks an editor button. Inherited from TcxCustomEdit.
DoButtonDown(Integer) protected Performs some processing when a user presses an editor button. Inherited from TcxCustomEdit.
DoButtonUp(Integer) protected Performs some processing when a user releases the pressed editor button. Inherited from TcxCustomEdit.
Dock(TWinControl,TRect) Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer) Inherited from TWinControl.
DoEditing Inherited from TcxCustomEdit.
DoEditKeyDown(Word,TShiftState) protected Performs some processing when a user presses any key while the editor has focus. Inherited from TcxCustomEdit.
DoEditKeyPress(Char) protected Performs some processing when a user has pressed and released a key within an editor. Inherited from TcxCustomEdit.
DoEditKeyUp(Word,TShiftState) protected Performs some processing when a user releases the pressed key. Inherited from TcxCustomEdit.
DoOnChange protected Performs additional processing when the display value within an editor is about to be changed. Inherited from TcxCustomEdit.
DoOnEditValueChanged protected Performs additional processing when the edit value within an editor is about to be changed. Inherited from TcxCustomEdit.
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.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindChildControl(String) Inherited from TWinControl.
FindComponent(String) Inherited from TComponent.
FindTexT(string,Integer,Integer,TSearchTypes,Boolean) Searches for the string in the specified range of text. Inherited from TcxCustomRichEdit.
FinishDragAndDrop(Boolean) Inherited from TcxControl.
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.
GetInnerEditClass protected Returns the class of an inner editor. Inherited from TcxCustomEdit.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetPropertiesClass Returns a reference to the actual editor settings class. Inherited from TcxCustomEdit.
GetStyleName Inherited from TControl.
GetSystemMetrics(Integer) Inherited from TControl.
GetTabControlList(TList) Inherited from TWinControl.
GetTabOrderList(TList) Inherited from TWinControl.
GetTextBaseLine Inherited from TcxCustomEdit.
GetTextBuf(PChar,Integer) Inherited from TControl.
GetTextLen Inherited from TControl.
GetVisibleBounds Inherited from TcxContainer.
HandleAllocated Inherited from TWinControl.
HandleNeeded Inherited from TWinControl.
HasInnerControl Inherited from TcxContainer.
HasInnerControlHandle Inherited from TcxContainer.
HasParent Inherited from TComponent.
HasPopupWindow Inherited from TcxContainer.
HasTextBaseLine Inherited from TcxCustomEdit.
Hide Inherited from TControl.
InitializeViewData(TcxCustomEditViewData) protected Inherited from TcxCustomEdit.
InitiateAction Inherited from TControl.
InnerControlDefaultHandler(TMessage) Inherited from TcxContainer.
InnerControlMenuHandler(TMessage) Inherited from TcxContainer.
InsertComponent(TComponent) Inherited from TComponent.
InsertControl(TControl) Inherited from TWinControl.
InsertObject Inserts an object into a rich edit control. Inherited from TcxCustomRichEdit.
InsertTable(Integer,Integer,TcxRichEditTableParams) Inserts a table into a rich edit. Inherited from TcxCustomRichEdit.
InternalFocused Inherited from TcxCustomEdit.
InternalSetEditValue(TcxEditValue,Boolean) protected Inherited from TcxCustomEdit.
Invalidate Inherited from TControl.
InvalidateRect(TRect,Boolean) Adds a specified portion of the control’s client area to the window update region. Inherited from TcxControl.
InvalidateRgn(TcxRegion,Boolean) Inherited from TcxControl.
InvalidateWithChildren Inherited from TcxControl.
IsChildWindow(THandle) Inherited from TcxCustomEdit.
IsCustomStyleActive Inherited from TControl.
IsEditClass Inherited from TcxCustomEdit.
IsImplementorOf(IInterface) Inherited from TComponent.
IsInplace Inherited from TcxContainer.
IsLightStyleColor(TColor) Inherited from TControl.
IsMouseInPressedArea(Integer,Integer) Inherited from TcxControl.
IsRepositoryItemAcceptable(TcxEditRepositoryItem) Inherited from TcxCustomEdit.
IsRightToLeft Inherited from TControl.
IsStylePropertyPublished(string,Boolean) Inherited from TcxContainer.
Loaded Inherited from TComponent.
LockAlignControls(Boolean) Inherited from TcxContainer.
LockChangeEvents(Boolean,Boolean) Enables/postpones edit value change notification events. Inherited from TcxCustomEdit.
LockClick(Boolean) Inherited from TcxCustomEdit.
LockDrawing Inherited from TWinControl.
LockEditValueChanging(Boolean) Enables/postpones the OnEditing event. Inherited from TcxCustomEdit.
LockFormInactivation(Boolean) Inherited from TcxContainer.
LockPopupMenu(Boolean) Inherited from TcxContainer.
LockScrollBars Inherited from TcxControl.
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.
PasteFromClipboard Pastes the contents of the clipboard to an editor by replacing the current selection. Inherited from TcxCustomEdit.
PasteSpecial Inserts the clipboard content into a rich edit control. Inherited from TcxCustomRichEdit.
Perform(Cardinal,WPARAM,LPARAM) Inherited from TControl.
Perform(Cardinal,WPARAM,PChar) Inherited from TControl.
Perform(Cardinal,WPARAM,TRect) Inherited from TControl.
PostEditValue Writes the value to a data storage. Inherited from TcxCustomEdit.
PostMouseMove Inherited from TcxControl.
PostMouseMove(TPoint) Inherited from TcxControl.
PrepareEditValue(TcxEditValue,TcxEditValue,Boolean) Inherited from TcxCustomEdit.
PreProcessMessage(TMsg) Inherited from TWinControl.
Print(string) Formats and prints the contents of the rich edit control. Inherited from TcxCustomRichEdit.
Realign Inherited from TWinControl.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
Refresh Inherited from TControl.
RefreshContainer(TPoint,TcxMouseButton,TShiftState,Boolean) protected Updates the container control. Inherited from TcxContainer.
RegisterConversionFormat(string,TConversionClass) Inherited from TcxCustomRichEdit.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveControl(TControl) Inherited from TWinControl.
RemoveFontListener(IcxFontListener) Inherited from TcxControl.
RemoveFreeNotification(TComponent) Inherited from TComponent.
Repaint Inherited from TControl.
ReplaceDockedControl(TControl,TWinControl,TControl,TAlign) Inherited from TControl.
Reset Inherited from TcxCustomEdit.
ResetEditValue protected Restores the previous edit value. Inherited from TcxCustomEdit.
RestoreStyles Restores the default values to the style attributes of all the styles provided by the container control. Inherited from TcxContainer.
SaveSelectionToStream(TStream) Sends the current selection to a specified stream. Inherited from TcxCustomRichEdit.
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.
ScrollContent(TcxDirection) Inherited from TcxControl.
ScrollWindow(Integer,Integer,TRect) Inherited from TcxControl.
SelectAll Selects all text within an editor. Inherited from TcxCustomTextEdit.
SendToBack Inherited from TControl.
SetBounds(Integer,Integer,Integer,Integer) Inherited from TControl.
SetDesignVisible(Boolean) Inherited from TControl.
SetFocus Inherited from TWinControl.
SetParentComponent(TComponent) Inherited from TComponent.
SetScrollBarInfo(TScrollBarKind,Integer,Integer,Integer,Integer,Integer,Boolean,Boolean) Inherited from TcxControl.
SetScrollBarsParameters(Boolean) Inherited from TcxContainer.
SetSelection(Integer,Integer) Sets the text selection within a text editor. Inherited from TcxCustomTextEdit.
SetSubComponent(Boolean) Inherited from TComponent.
SetTextBuf(PChar) Inherited from TControl.
SetValidatableEditValue(TcxEditValue) Emulates keyboard input for further input validation. Inherited from TcxCustomEdit.
ShortRefreshContainer(Boolean) Inherited from TcxContainer.
Show Inherited from TControl.
ShowObjectProperties Invokes the Object Properties dialog, which displays general, view, and link information for the currently selected embedded object. Inherited from TcxCustomRichEdit.
StartDrag(TDragObject) Inherited from TcxControl.
SupportsSpelling protected Identifies if the editor supports a spellchecker component. Inherited from TcxCustomEdit.
SystemInfoChanged(Cardinal) Inherited from TcxControl.
ToString Inherited from TObject.
TranslationChanged Inherited from TcxControl.
Undo Reverses the last change made to the text using the undo buffer. Inherited from TcxCustomRichEdit.
UnlockDrawing Inherited from TWinControl.
UnlockScrollBars Inherited from TcxControl.
Update Inherited from TControl.
UpdateAction(TBasicAction) Inherited from TComponent.
UpdateControlState Inherited from TWinControl.
UpdateScrollBarsParameters Inherited from TcxContainer.
UpdateWithChildren Inherited from TcxControl.
UseRightToLeftAlignment Inherited from TControl.
UseRightToLeftReading Inherited from TControl.
UseRightToLeftScrollBar Inherited from TControl.
ValidateEdit Validates the display value of an editor. Inherited from TcxCustomEdit.
ValidateEdit(Boolean) Inherited from TcxCustomEdit.
WndProc(TMessage) Inherited from TControl.
See Also