Skip to main content

TdxCustomTileBar Events

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