RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanel.Loaded Method

Initializes the panel's bounds after the category panel has been assigned to it's category panel group.

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

Do not call Loaded. The VCL streaming system calls Loaded automatically after the control's form is loaded into memory so that the control can complete any initializations that depend on other objects in the form.  

Loaded overrides the inherited method in order to initialize the control from its associated Action. To change the properties the control copies from its action, override the ActionChange method.  

As implemented by TCustomCategoryPanel, Loaded calculates and assigns the bounding rectangle of the panel if the panel has been assigned to a category panel group.  

Loaded is a protected method and so can only be called in the implementation of an extended class of TCustomCategoryPanel

 

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