Skip to main content

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

Deprecated. This event exists for backward compatibility only.

Tip

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

Inherited from TdxCustomLayoutItem.
OnHyperlinkMouseEnter protected

Deprecated. This event exists for backward compatibility only.

Tip

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

Inherited from TdxCustomLayoutItem.
OnHyperlinkMouseLeave protected

Deprecated. This event exists for backward compatibility only.

Tip

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

Inherited from TdxCustomLayoutItem.
OnShowHyperlinkHint protected

Deprecated. This event exists for backward compatibility only.

Tip

Handle the CaptionOptions.FormattedText.OnShowHyperlinkHint event instead of OnShowHyperlinkHint.

Inherited from TdxCustomLayoutItem.
OnStartFloat protected Inherited from TdxCustomLayoutItem.
See Also