On Mon, 15 May 2000, Dennis Chuah wrote:

> I think you may be referring to the section on the form class declaration
> before the first visibility specifier.  The Delphi IDE reserves this area
> and you should not edit it.  It is not a published property/field problem.

Hmm, I had thought that seeing as I was putting it in the private section
it would work.

> As an aside, I think you ought to use a strategy class to implement the
> switch between ADO and BDE.  Don't conditional defines for this.

We're the process of that, however, one of our apps still requires to
access Paradox and thus the BDE, I've restructured most of our component
library to have ADO/BDE plugin components, like creating a TBDEUnitSource
and TADOUnitSource that feeds data into the main TUnitSystem instead of
having any specific DB code in TUnitSystem, however for this part, that
didn't seem appropriate.

kMark

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to