RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabbedNotebook.Change Method

Pending tab change event dispatcher.

Pascal
procedure Change; override;
C++
virtual __fastcall Change();

Change is called automatically when the selected tab changes. Override Change to specify additional processing before the OnChange event handler executes, or to block the OnChange event. 

 

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