Back to Devexpress

TdxGuideGetCalloutPopupControl Type

vcl-dxuiadorners-669a472d.md

latest1.3 KB
Original Source

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

NameType
AManagerTdxUIAdornerManager
AGuideTdxGuide
AControlTWinControl

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

dxUIAdorners Unit