RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTreeView.Loaded Method

Initializes the tree view after it is loaded from a stream.

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

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

Loaded ensures that the tree view appears fully expanded when it is first loaded into the designer. 

 

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