TdxCustomLayoutCheckableItem Events
The base class for all check boxes and radio buttons in the layout control.| Name | Description |
|---|---|
| OnCaptionClick protected | Enables you to respond to clicking the caption region of the layout element. Inherited from TdxCustomLayoutItem. |
| OnClick | Enables you to respond to a state change of the layout check box or radio button. |
| OnEndFloat protected | Inherited from TdxCustomLayoutItem. |
| OnHyperlinkClick protected | Allows you to respond to a click on a hyperlink or prevent hyperlink activation. Inherited from TdxCustomLayoutItem. |
| OnHyperlinkMouseEnter protected | Allows you to execute custom code when the mouse pointer moves into a hyperlink area within the layout item’s caption. Inherited from TdxCustomLayoutItem. |
| OnHyperlinkMouseLeave protected | Allows you to execute custom code when the mouse pointer leaves a hyperlink within the layout item’s caption. Inherited from TdxCustomLayoutItem. |
| OnShowHyperlinkHint protected | Allows you to change a hyperlink hint before it appears. Inherited from TdxCustomLayoutItem. |
| OnStartFloat protected | Inherited from TdxCustomLayoutItem. |
See Also