TAdvPageControl help/manual

Hello,

I cant find the manual for TAdvPageControl and there is apparently no help installed.

I am looking for information about the methods OnCanChange, OnChange and OnChanging.

Greetings,
Johann

TAdvPageControl descends from TPageControl.
OnChange & OnChanging are directly inherited from the base control TPageControl.

OnCanChange is an additional event that, as the name implies, allows you to block changing from one tab to another tab. This event is triggered before the tab changes and via the var parameter AllowChange, the tab switch can be blocked by setting this parameter to false.