RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponent.GetChildren Method

Executes a callback for each child Web item.

Pascal
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
C++
virtual __fastcall GetChildren(TGetChildProc Proc, TComponent * Root);

TWebContainerComponent overrides the GetChildren method that is introduced in TComponent for the streaming system that loads and saves components. It executes the Proc procedure for each child that in the list that GetWebComponents returns, as long as that component has Root for an Owner. This allows the child Web items to be loaded and saved with the TWebContainerComponent object. 

 

GetWebComponents 

GetParentComponent 

SetChildOrder

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