RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.Loaded Method

Sets up the outline after it has been streamed in.

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

The streaming system calls Loaded after the outline has been fully loaded into memory. Loaded makes sure that all indexes are correct, loads any custom bitmaps that replaced the default values, and selects the first node in the outline. 

 

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