TTMSFNCCustomNavigationPanel.MovePanel Method
Moves a panel item from one index to another.
API unit family: TMSFNCNavigationPanel
Declaring type: TTMSFNCCustomNavigationPanel
Syntax
procedure MovePanel(AFromPanelIndex, AToPanelIndex: Integer); virtual;
Parameters
| Name | Description |
|---|---|
AFromPanelIndex |
The current panel index. |
AToPanelIndex |
The destination panel index. |