RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet.OnChange Event

Occurs just before a new tab is selected.

Pascal
property OnChange: TTabChangeEvent;
C++
__property TTabChangeEvent OnChange;

OnChange occurs just as the TabIndex value is about to change. To prevent the TabIndex value from changing, set AllowChange to false in the OnChange event handler. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!