RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionList.SetChildOrder Method

Sets the order that actions are passed to a callback by the GetChildren method.

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

SetChildOrder specifies the order in which the component streaming system loads and saves the action components owned by this action list. It ensures that the actions are loaded and saved in the same order that they appear in the Actions property array. You should not need to call this method directly. 

 

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