RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTabControl.Loaded Method

Form load event dispatcher.

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

The protected Loaded method is called automatically when the form that contains the tab control is loaded into memory. It provides an opportunity for the tab control to perform any initializations after the control and all other components in the form are loaded into memory, but before the first paint operation. 

In TCustomTabControl, Loaded ensures that the layout of the tabs accommodate the images specified by the Images property. 

 

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