RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponentHelper.GetChildren Method

Executes a callback for each child Web item.

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

GetChildren provides the underlying implementation of the associated component's GetChildren method. GetChildren is introduced in TComponent for the streaming system that loads and saves components.  

GetChildren executes the Proc procedure for each child that in the list specified by the Webcomponents property, as long as that component has Root for an Owner. This allows the sub Web items to be loaded and saved with the component that uses TWebContainerComponentHelper

 

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