[email protected] wrote:
Hi,

I have used TNotebook in a (commercial) project of mine.
All worked well, till recently.

Now, I get an error "OnPageChange" property not found when loading the
control in the DFM.

Since this is the only useful event for this control, why on earth was it removed ?

The only thing the user can do with this control, is switch tabs. If you remove the event which is triggered when the tabs are switched, how am I supposed to react on the user activating another tab ?

Are you sure about that error message?

 TNotebook = class(TCustomNotebook)
..
  published
..
    property OnPageChanged;

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to