RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainedContainerComponent.SetChildOrder Method

Positions a child component in the list of child Web items.

Pascal
procedure SetChildOrder(Component: TComponent; Order: Integer); override;
C++
virtual __fastcall SetChildOrder(TComponent * Component, int Order);

SetChildOrder is part of the streaming system that loads and saves components. It positions a newly loaded child component in the list that GetWebComponents returns. 

Child is the newly loaded child component. 

Order indicates its position in the list of child Web items, where 0 is the first position, 1 is the second position, and so on. 

 

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