TcxEditingControl Events
An object that provides the base functionality that enables data-aware controls to use in-place editors for data editing.| Name | Description |
|---|---|
| OnAlignInsertBefore | Inherited from TWinControl. |
| OnAlignPosition | Inherited from TWinControl. |
| OnCanResize | Inherited from TControl. |
| OnClick | Inherited from TControl. |
| OnConstrainedResize | Inherited from TControl. |
| OnContextPopup | Inherited from TControl. |
| OnCustomDrawCell protected | Occurs when a cell within a control needs to be painted. |
| OnDblClick | Inherited from TControl. |
| OnDockDrop | Inherited from TWinControl. |
| OnDockOver | Inherited from TWinControl. |
| OnDragDrop | Inherited from TControl. |
| OnDragOver | Inherited from TControl. |
| OnEditChanged protected | Occurs when changing an open editor’s value. |
| OnEdited protected | Occurs after deactivating a cell editor. |
| OnEditing protected | Occurs before activating a cell editor. |
| OnEditValueChanged protected | Occurs when the edit value of the active cell editor has changed. |
| OnEndDock | Inherited from TControl. |
| OnEndDrag | Inherited from TControl. |
| OnEnter | Inherited from TWinControl. |
| OnExit | Inherited from TWinControl. |
| OnFilterControlDialogShow protected | Enables you to customize the Filter Builder dialog before showing it. |
| OnFilterCustomization protected | |
| OnFilterDialogShow protected | |
| OnFindPanelVisibilityChanged protected | Enables you to track Find Panel visibility changes. |
| OnFocusChanged protected | Inherited from TcxControl. |
| OnGesture | Inherited from TControl. |
| OnGetScrollbarAnnotationHint protected | Enables you to display hints for scrollbar annotations. |
| OnGetSiteInfo | Inherited from TWinControl. |
| OnInitEdit protected | Enables you to customize an in-place cell editor when it is invoked. |
| OnInitEditValue protected | Enables you to change the edit value for an invoked in-place cell editor. |
| OnInitFilteringDateRanges protected | |
| OnKeyDown | Inherited from TWinControl. |
| OnKeyPress | Inherited from TWinControl. |
| OnKeyUp | Inherited from TWinControl. |
| OnMouseActivate | Inherited from TControl. |
| OnMouseDown | Inherited from TControl. |
| OnMouseEnter protected | Occurs when the mouse pointer enters into the control. Inherited from TcxControl. |
| OnMouseLeave protected | Occurs when the mouse pointer leaves the control. Inherited from TcxControl. |
| OnMouseMove | Inherited from TControl. |
| OnMouseUp | Inherited from TControl. |
| OnMouseWheel | Inherited from TControl. |
| OnMouseWheelDown | Inherited from TControl. |
| OnMouseWheelUp | Inherited from TControl. |
| OnPopulateCustomScrollbarAnnotationRowIndexList protected | Enables you to display custom scrollbar annotations. |
| OnResize | Inherited from TControl. |
| OnStartDock | Inherited from TControl. |
| OnStartDrag | Inherited from TControl. |
| OnUnDock | Inherited from TWinControl. |
See Also