TdxCustomCalloutPopup.Close Method
Closes the callout popup.
Declaration
procedure Close;
Remarks
This method does the following:
Hides the callout popup with the hiding animation;
Once the animation is finished, restores information about the embedded control (its BoundsRect, Parent, Visible, etc.) that was stored on displaying the callout popup;
Fires the OnHide event.
End-users can click outside the popup to close it.
Refer to the Popup method description for details on how to display the callout popup.
See Also