ConnectDialog TIBCConnection

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
markdelphi
Posts: 17
Joined: Sat 08 Sep 2012 19:43

ConnectDialog TIBCConnection

Post by markdelphi » Fri 19 Jun 2020 21:32

I am using the TIBCConnection component to connect to a Firebird database, when the connection is not established automatically a dialog box (ConnectDialog) appears even though I do not have the ConnectDialog property assigned, I need this default ConnectDialog to not appear to be able to show my custom connection box. How can I do this?

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: ConnectDialog TIBCConnection

Post by oleg0k » Mon 22 Jun 2020 08:45

Hello,

Add the IBCConnectDialog to your project and use the ConnectDialog property of your TIBCConnection component (see the document
https://www.devart.com/ibdac/docs/devar ... dialog.htm ). You'll find an example of using ConnectDialog in your demo projectg IbDacDemo, which is located in <Your Documents>\Devart\IBDAC for RAD Studio 10.3\Demos

wbr, Oleg
Devart Team

Post Reply