RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPageControl.Loaded Method

Initializes the page control after all its parts have been loaded from a stream.

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

Loaded is called automatically when the form containing the page control is first loaded into memory. TPageControl overrides the Loaded method to ensure that all tab sheets with a Highlighted property of true appear highlighted. 

 

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