TConnectForm

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
vispridebroth
Posts: 1
Joined: Sun 02 Nov 2008 07:33

TConnectForm

Post by vispridebroth » Sun 02 Nov 2008 08:07

With ODAC 6 prof I'm not able to modify TConnectForm with adding new components due compiler error (odacvcl was compiled with a different version of ConnectForm).
I can only modify the existing components.
Is there a way to resolve this limitation?

Thanks

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 03 Nov 2008 12:10

You can create a form inherited from TConnectForm, or create your connect form that is not inherited form TConnectForm.

See the ConnectDialog demo in OdacDemo project that is located in \Demos\OdacDemo.

Post Reply