TsPageCoontrol introduces OnPageChanging event

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37380
    HeDiBo
    Participant

    What is the difference between OnChanging and OnPageChanging event in TsPageControl?

    Why is this totally undocumented in the help file?

    #56305
    Support
    Keymaster

    OnChanging is a standard event which occurs before switching of pages and allows to cancel this switching.

    The OnPageChanging event has been added in the package with additional “NewPage” parameter. So, developer can check a new tab and decide – cancel changing to this page or allow it.

    Online help is under construction now, I hope to uptodate it soon.

    #56310
    HeDiBo
    Participant
    'Support' wrote:

    OnChanging is a standard event which occurs before switching of pages and allows to cancel this switching.

    The OnPageChanging event has been added in the package with additional “NewPage” parameter. So, developer can check a new tab and decide – cancel changing to this page or allow it.

    Online help is under construction now, I hope to uptodate it soon.

    Nice addition. That newpage can come in handy a3.gif

    A non-trivial update of the documentation (help file or PDF file) is much needed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.