Skip to main content

TdxGuideGetCalloutPopupControl Type

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

Declaration

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