Re: Bde why install?
From: Fons (---)
Date: 10/06/04
- Previous message: Fons: "Re: Bde why install?"
- In reply to: Johan Smit: "Re: Bde why install?"
- Next in thread: Johan Smit: "Re: Bde why install?"
- Reply: Johan Smit: "Re: Bde why install?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 6 Oct 2004 21:21:35 +0100
> unit BDE32;
>
> interface
>
> ...
> ...
> ...
>
> end.
Is it a problem if I change the code to a 'normal' unit and not
RegisterComponents('Data Access', [TBDE32]);
it, but code it like
private BDE32 : TBDE32;
and
BDE32 := TBDE32.Create(Self);
?
Fons.
- Previous message: Fons: "Re: Bde why install?"
- In reply to: Johan Smit: "Re: Bde why install?"
- Next in thread: Johan Smit: "Re: Bde why install?"
- Reply: Johan Smit: "Re: Bde why install?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]