Property TMyQuery.CreateConnection not in help file

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Thomas J.
Posts: 95
Joined: Mon 21 Nov 2005 12:16
Location: Germany

Property TMyQuery.CreateConnection not in help file

Post by Thomas J. » Thu 12 Apr 2007 06:46

Hello support,

I want to get information about the property CreateConnection in the help file. But I couldn't fin anything.

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

Post by Antaeus » Thu 12 Apr 2007 08:16

There is no the TMyQuery.CreateConnection property. I guess you mean the TMyQuery.Options.CreateConnection.
Please open the TMyQuery description in the MyDAC help, and in the Properties list find the link to Options. Here you will find the description of CreateConnection.

Post Reply