Skip to main content

TdxCustomCalloutPopup Class

Serves as the base class for classes that implement callout popup controls.

Declaration

TdxCustomCalloutPopup = class(
    TcxCustomComponent,
    IdxSkinSupport
)

Remarks

Callout popup controls allow you to display OS X/iOS style callout popups with custom content.

Normally, the content includes details on the control with which the popup aligns and to which its callout points (also called the associated control). The pop-up and callout positions are automatically adjusted so that the popup window and associated control are properly aligned.

You can optionally stretch the popup across the associated control to mimic flyout panels and auto-hide toolbars.

The TdxCustomCalloutPopup class introduces members that allow you to:

The TdxCustomCalloutPopup class implements the essential functionality required by callout popup controls. The derived TdxCalloutPopup class simply publishes the inherited properties and events.

Implements

Inheritance

See Also