Vcl.ExtCtrls.TCustomCategoryPanelGroup.ReorderPanels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReorderPanels; dynamic;

C++

DYNAMIC void __fastcall ReorderPanels();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

Orders the panels in the panel group.

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.

See Also