Hi,
I'm trying to close the popup from a button within the popup ContentControl using the TTMSFNCPopup.Popup procedure as stated in the manual but this does nothing.
How can I do this.
Thanks,
Ken
Closing a popup can be done with TMSFNCPopup1.IsOpen := False;
Thanks, works perfectly.