Skip to main content

TcxCustomEdit Methods

The base class for all editor components.
Name Description
AcceptMousePosForClick(Integer,Integer) Inherited from TcxControl.
Activate(TcxCustomEditData,Boolean)
ActivateByKey(Char,TcxCustomEditData)
ActivateByMouse(TShiftState,Integer,Integer,TcxCustomEditData)
AddFontListener(IcxFontListener) Inherited from TcxControl.
AdjustInnerEditPosition protected Adjusts the position of the inner editor.
AreChangeEventsLocked Returns True when edit value change notifications are postponed by LockChangeEvents method calls.
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.
CanPostEditValue
ChangeScale(Integer,Integer) Inherited from TControl.
CheckNonMainThreadUsage Inherited from TControl.
Clear Deletes the contents of an editor.
ClearSavedChildControlRegions Inherited from TcxContainer.
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.
Create Inherited from TcxContainer.
CreateInnerEdit protected Creates an inner editor within an edit control.
CreateParentedControl(HWND) Inherited from TWinControl.
CutToClipboard Cuts the selected portion of the display value within an editor to the clipboard.
Deactivate Deactivates the editor if it is active.
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.
DoButtonDown(Integer) protected Performs some processing when a user presses an editor button.
DoButtonUp(Integer) protected Performs some processing when a user releases the pressed editor button.
Dock(TWinControl,TRect) Inherited from TControl.
DockDrop(TDragDockObject,Integer,Integer) Inherited from TWinControl.
DoEditing
DoEditKeyDown(Word,TShiftState) protected Performs some processing when a user presses any key while the editor has focus.
DoEditKeyPress(Char) protected Performs some processing when a user has pressed and released a key within an editor.
DoEditKeyUp(Word,TShiftState) protected Performs some processing when a user releases the pressed key.
DoOnChange protected Performs additional processing when the display value within an editor is about to be changed.
DoOnEditValueChanged protected Performs additional processing when the edit value within an editor is about to be changed.
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.
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.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Inherited from TComponent.
GetPropertiesClass Returns a reference to the actual editor settings class.
GetStyleName Inherited from TControl.
GetSystemMetrics(Integer) Inherited from TControl.
GetTabControlList(TList) Inherited from TWinControl.
GetTabOrderList(TList) Inherited from TWinControl.
GetTextBaseLine
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
Hide Inherited from TControl.
InitializeViewData(TcxCustomEditViewData) protected
InitiateAction Inherited from TControl.
InnerControlDefaultHandler(TMessage) Inherited from TcxContainer.
InnerControlMenuHandler(TMessage) Inherited from TcxContainer.
InsertComponent(TComponent) Inherited from TComponent.
InsertControl(TControl) Inherited from TWinControl.
InternalFocused
InternalSetEditValue(TcxEditValue,Boolean) protected
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)
IsCustomStyleActive Inherited from TControl.
IsEditClass
IsImplementorOf(IInterface) Inherited from TComponent.
IsInplace Inherited from TcxContainer.
IsLightStyleColor(TColor) Inherited from TControl.
IsMouseInPressedArea(Integer,Integer) Inherited from TcxControl.
IsRepositoryItemAcceptable(TcxEditRepositoryItem)
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.
LockClick(Boolean)
LockDrawing Inherited from TWinControl.
LockEditValueChanging(Boolean) Enables/postpones the OnEditing event.
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.
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.
PostMouseMove Inherited from TcxControl.
PostMouseMove(TPoint) Inherited from TcxControl.
PrepareEditValue(TcxEditValue,TcxEditValue,Boolean)
PreProcessMessage(TMsg) Inherited from TWinControl.
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.
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
ResetEditValue protected Restores the previous edit value.
RestoreStyles Restores the default values to the style attributes of all the styles provided by the container control. Inherited from TcxContainer.
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 the edit value within an editor.
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.
SetSubComponent(Boolean) Inherited from TComponent.
SetTextBuf(PChar) Inherited from TControl.
SetValidatableEditValue(TcxEditValue) Emulates keyboard input for further input validation.
ShortRefreshContainer(Boolean) Inherited from TcxContainer.
Show Inherited from TControl.
StartDrag(TDragObject) Inherited from TcxControl.
SupportsSpelling protected Identifies if the editor supports a spellchecker component.
SystemInfoChanged(Cardinal) Inherited from TcxControl.
ToString Inherited from TObject.
TranslationChanged Inherited from TcxControl.
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.
ValidateEdit(Boolean)
WndProc(TMessage) Inherited from TControl.
See Also