Skip to main content

TdxCustomTileControl Events

The base class for tile controls.
Name Description
OnActionBarsHide protected Enables you to respond to hiding action bars caused by specific actions and prohibits the change.
OnActionBarsShow protected Enables you to respond to showing action bars caused by specific actions and prohibit the change.
OnAlignInsertBefore Inherited from TWinControl.
OnAlignPosition Inherited from TWinControl.
OnCanResize Inherited from TControl.
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.
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.
OnGetSiteInfo Inherited from TWinControl.
OnGetStoredProperties protected Enables you to customize a list of the tile control’s properties to be stored to external data stores.
OnGetStoredPropertyValue protected Enables you to provide values for the tile control’s properties to be saved to external data stores.
OnGroupDragBegin protected Enables you to forbid end-users to drag-and-drop specific tile groups within the control.
OnGroupDragEnd protected Notifies that an end-user has dropped a dragged tile group at a specific position within the control.
OnGroupDragOver protected Enables you to prevent end-users from dropping a dragged tile group at a specific position within the control.
OnGroupRemoveWithLastItem protected Enables you to prevent automatic tile group destruction when its last item is removed or destroyed.
OnInitStoredObject protected Enables you to initialize tile groups and items that are created when restoring the tile control’s settings from external data stores.
OnItemActivateDetail protected Enables you to respond to showing the detail page associated with a specified tile item.
OnItemBeforeCheck protected Enables you to prohibit switching the checked state of tile items.
OnItemCheck protected Enables you to respond to switching the checked state of tile items.
OnItemDeactivateDetail protected Enables you to respond to closing the detail page associated with a specified tile item.
OnItemDeactivatingDetail protected Enables you to prohibit the detail page associated with a specified tile item from closing.
OnItemDragBegin protected Enables you to prohibit end-users from moving tile items using drag and drop.
OnItemDragEnd protected Enables you to respond to completing a drag-and-drop operation with tile items (dropping them).
OnItemDragOver protected Enables you to prohibit end-users from dropping tile items in certain groups.
OnItemFocusChange protected Enables you to respond to moving focus to a specified tile item.
OnItemFocusChanging protected Enables you to prohibit moving focus to a specified tile item.
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.
OnResize Inherited from TControl.
OnSetStoredPropertyValue protected Enables you to restore the tile control’s property values from external data stores.
OnStartDock Inherited from TControl.
OnStartDrag Inherited from TControl.
OnUnDock Inherited from TWinControl.
See Also