RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContainerComponentHelper.SetChildOrder Method

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

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

SetChildOrder provides the underlying implementation of the associated component's SetChildOrder method. SetChildOrder is introduced in TComponent for the streaming system that loads and saves components. It positions a newly loaded child component in the list specified by Webcomponents

Child is the newly loaded child component. 

Order indicates its position in Webcomponents, 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!