Page 1 of 1

How can close a TIBCConnectDialog instaltly

Posted: Sat 15 Jun 2019 09:54
by sakis
Hello to the team.
I need to close a TIBCConnectDialog instantly after a logical condition reached. I can not seen any close or similar procdure.
How can i do it. (IBDAC ver 6.3.11 and Lazarus 2.0.2),
Any help would be apreciated.

T.I.A
Dionisis

Re: How can close a TIBCConnectDialog instaltly

Posted: Sat 15 Jun 2019 17:01
by rchuprina91
I have a similar need, please help!

Re: How can close a TIBCConnectDialog instaltly

Posted: Wed 26 Jun 2019 14:32
by ViktorV
TIBCConnectDialog is a modal window that suspends the execution of the procedure that called it until the user closes the modal window by clicking Connect or Cancel.
For that reason, you won't be able to close the TIBCConnectDialog window from within your code. If you mean something else, please give us more details.