RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanelGroup.ReorderPanels Method

Orders the panels in the panel group.

Pascal
procedure ReorderPanels; dynamic;
C++
__fastcall ReorderPanels();

A category panel group's ReorderPanels method is called by a category panel's SetBounds method if the category panel's top has changed, if the panel is not currently in the process of aligning (csAligning in ControlState) or loading (csLoading in ComponentState). All the panels in the panel group are then reordered starting with the largest top property. 

 

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