How to brwose exsiting Connections?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Hans
Posts: 52
Joined: Wed 24 Aug 2005 20:05

How to brwose exsiting Connections?

Post by Hans » Wed 14 Jun 2006 11:36

Hi,

I would like to create a non visual component in delphi which has a property that refers to a TMyConnection. Can someone explain to me how to browse for the existing connections in the used units?

Thanks in advance!

best regards,
Hans

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Re: How to brwose exsiting Connections?

Post by Antaeus » Wed 14 Jun 2006 13:31

MyDAC doesn't provide such functionality. You should use Delphi features to achieve this goal. Please see Delphi help for detailed information.

Post Reply