Skip to main content

TdxLayoutControl Events

A Layout control.
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.
OnCustomization Occurs when activating/deactivating customization mode. Inherited from TdxCustomLayoutControl.
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.
OnGetCustomizationMenuItems Enables you to customize context menu contents in customization mode. Inherited from TdxCustomLayoutControl.
OnGetItemStoredProperties Enables you to customize the list of layout element settings that will be stored in external storage. Inherited from TdxCustomLayoutControl.
OnGetItemStoredPropertyValue Enables you to specify the layout element custom setting’s value. Inherited from TdxCustomLayoutControl.
OnGetSiteInfo Inherited from TWinControl.
OnGetStoredProperties Enables you to customize the list of layout control settings that will be stored in external storage. Inherited from TdxCustomLayoutControl.
OnGetStoredPropertyValue Enables you to specify the layout control custom setting’s value. Inherited from TdxCustomLayoutControl.
OnHyperlinkClick

Deprecated. This event exits for backward compatibility only.

Tip

Handle the OptionsItem.FormattedText.OnHyperlinkClick event instead of OnHyperlinkClick.

Inherited from TdxCustomLayoutControl.
OnHyperlinkMouseEnter

Deprecated. This event exists for backward compatibility only.

Tip

Handle the OptionsItem.FormattedText.OnHyperlinkMouseEnter event instead of OnHyperlinkMouseEnter.

Inherited from TdxCustomLayoutControl.
OnHyperlinkMouseLeave

Deprecated. This event exists for backward compatibility only.

Tip

Handle the OptionsItem.FormattedText.OnHyperlinkMouseLeave event instead of OnHyperlinkMouseLeave.

Inherited from TdxCustomLayoutControl.
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.
OnResize Inherited from TControl.
OnSetItemStoredPropertyValue Enables you to restore a layout element‘s custom setting that was previously stored by the OnGetItemStoredProperties and OnGetItemStoredPropertyValue event handlers. Inherited from TdxCustomLayoutControl.
OnSetStoredPropertyValue Enables you to restore a layout control’s custom setting that was previously stored by the OnGetStoredProperties and OnGetStoredPropertyValue event handlers. Inherited from TdxCustomLayoutControl.
OnShowHyperlinkHint

Deprecated. This event exists for backward compatibility only.

Tip

Handle the FormattedText.OnShowHyperlinkHint event instead of OnShowHyperlinkHint.

Inherited from TdxCustomLayoutControl.
OnStartDock Inherited from TControl.
OnStartDrag Inherited from TControl.
OnUnDock Inherited from TWinControl.
See Also