Re: Bde why install?

From: Fons (---)
Date: 10/06/04

  • Next message: MrCaffeine: "how to intercept clicks on the x button of other apps windows?"
    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.


  • Next message: MrCaffeine: "how to intercept clicks on the x button of other apps windows?"