How can close a TIBCConnectDialog instaltly

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sakis
Posts: 8
Joined: Fri 27 Apr 2018 16:15

How can close a TIBCConnectDialog instaltly

Post by sakis » Sat 15 Jun 2019 09:54

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

rchuprina91
Posts: 1
Joined: Fri 14 Jun 2019 10:38

Re: How can close a TIBCConnectDialog instaltly

Post by rchuprina91 » Sat 15 Jun 2019 17:01

I have a similar need, please help!

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: How can close a TIBCConnectDialog instaltly

Post by ViktorV » Wed 26 Jun 2019 14:32

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.

Post Reply