RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageControl.UpdateActivePage Method

Updates the ActivePage property when changes are made to the Pages property.

Pascal
procedure UpdateActivePage; virtual;
C++
virtual __fastcall UpdateActivePage();

This protected method is used internally when the pages listed in the Pages property change. It ensures that the page control is internally consistent and that the active page is displayed. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!