RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.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);

TWebContainedContainerComponent 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 sub Web items to be loaded and saved with the TWebContainedContainerComponent object. 

 

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