[Lazarus] TNoteBook
Mark Morgan Lloyd
markMLl.lazarus at telemetry.co.uk
Wed Apr 27 17:22:31 CEST 2011
michael.vancanneyt at wisa.be 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]
More information about the Lazarus
mailing list