TcxPageControl Events
Represents a page control.| Name | Description |
|---|---|
| OnAlignInsertBefore | Inherited from TWinControl. |
| OnAlignPosition | Inherited from TWinControl. |
| OnCanClose | Enables you to respond to closing the currently selected tab. Inherited from TcxCustomTabControl. |
| OnCanCloseEx | Enables you to respond to closing a tab. Inherited from TcxCustomTabControl. |
| OnCanResize | Inherited from TControl. |
| OnChange | Fires after a tab has been selected. Inherited from TcxCustomTabControl. |
| OnChanging protected | Fires immediately before a tab is selected. Inherited from TcxCustomTabControl. |
| OnClick | Inherited from TControl. |
| OnConstrainedResize | Inherited from TControl. |
| OnContextPopup | Inherited from TControl. |
| OnDblClick | Inherited from TControl. |
| OnDockDrop | Inherited from TWinControl. |
| OnDockOver | Inherited from TWinControl. |
| OnDragDrop | Inherited from TControl. |
| OnDragOver | Inherited from TControl. |
| OnDrawTab | Enables you to paint tabs using custom draw. Inherited from TcxCustomTabControl. |
| OnDrawTabEx | Enables you to provide custom fonts for captions of individual tabs. Inherited from TcxCustomTabControl. |
| OnEndDock | Inherited from TControl. |
| OnEndDrag | Inherited from TControl. |
| OnEnter | Inherited from TWinControl. |
| OnExit | Inherited from TWinControl. |
| OnFocusChanged protected | Inherited from TcxControl. |
| OnGesture | Inherited from TControl. |
| OnGetImageIndex | Enables you to specify custom images for tabs. Inherited from TcxCustomTabControl. |
| OnGetSiteInfo | Inherited from TWinControl. |
| OnGetTabHint | Enables you to customize tab hints and dynamically control their visibility. Inherited from TcxCustomTabControl. |
| OnKeyDown | Inherited from TWinControl. |
| OnKeyPress | Inherited from TWinControl. |
| OnKeyUp | Inherited from TWinControl. |
| OnMouseActivate | Inherited from TControl. |
| OnMouseDown | Inherited from TControl. |
| OnMouseEnter | Occurs when the mouse pointer enters into the control. Inherited from TcxControl. |
| OnMouseLeave | 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. |
| OnNew | Enables you to perform specific actions, after a new tab has been created using the New tab button. Inherited from TcxCustomTabControl. |
| OnNewTabButtonClick | Enables you to prevent end-users from creating a tab by clicking the New tab button. Inherited from TcxCustomTabControl. |
| OnNewTabCreate | Inherited from TcxCustomTabControl. |
| OnPageChanging | Fires immediately before an active page changes. |
| OnPaintDragImage | Enables you to customize the tab drag image. Inherited from TcxCustomTabControl. |
| OnResize | Inherited from TControl. |
| OnStartDock | Inherited from TControl. |
| OnStartDrag | Inherited from TControl. |
| OnTabDragAndDrop | Inherited from TcxCustomTabControl. |
| OnTabEndDrag | Enables you to prohibit a tab from being dropped to a new position. Inherited from TcxCustomTabControl. |
| OnTabStartDrag | Inherited from TcxCustomTabControl. |
| OnUnDock | Inherited from TWinControl. |
See Also