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

TdxGuideGetCalloutPopupControl Type

The guide UI adorner‘s callout popup display event type.

#Declaration

Delphi
TdxGuideGetCalloutPopupControl = procedure(AManager: TdxUIAdornerManager; AGuide: TdxGuide; var AControl: TWinControl) of object;

#Parameters

Name Type
AManager TdxUIAdornerManager
AGuide TdxGuide
AControl TWinControl

#Remarks

Use the AManager and AGuide parameters to access the UI adorner manager and the guide that raised the TdxGuideGetCalloutPopupControl event. Pass a control, form, or frame as the AControl parameter to provide content for the AGuide guide’s callout popup. No callout popup is displayed if the AControl parameter is unspecified.

The following events reference the TdxGuideGetCalloutPopupControl procedural type:

See Also