RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageControl.Change Method

Responds to changes in the page control.

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

Change is called automatically when Windows notifies the page control of a change. TPageControl responds to this notification by updating its display to show the new current page. 

 

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