TdxCustomCalloutPopup.OnShow Event
In This Article
Fires after the callout popup is displayed.
#Declaration
Delphi
property OnShow: TNotifyEvent read; write;
#Remarks
Handle the OnHide and OnShow events to respond to popup visibility changes.
See Also