Subject | Default Connection??? |
---|---|
Author | cgar1136 |
Post date | 2005-05-09T18:47:32Z |
How can i set the default connection at design time if i have an
inherited datamodule, and in the ancester class i have a
TIB_Connection component that is inherited to the descendent class...
But the ancester class is just an abstract class the really
instantiated class is the descendent... so this is the one that i must
configure for the application and i want that this connection (from
the descendent class) be the default connection in design time without
the need of add a uses to the unit of the descendent class like if i
was working with just one connection in my project...
Thanx in advance and nice work everybody
Carlos G
inherited datamodule, and in the ancester class i have a
TIB_Connection component that is inherited to the descendent class...
But the ancester class is just an abstract class the really
instantiated class is the descendent... so this is the one that i must
configure for the application and i want that this connection (from
the descendent class) be the default connection in design time without
the need of add a uses to the unit of the descendent class like if i
was working with just one connection in my project...
Thanx in advance and nice work everybody
Carlos G