Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomCalloutPopup Class

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

#Declaration

Delphi
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