TTMSFNCPageControl.MovePage Method
Moves a page from one position to another.
API unit family: TMSFNCPageControl
Declaring type: TTMSFNCPageControl
Inherited from: TTMSFNCCustomPageControl
Syntax
procedure MovePage(AFromPageIndex, AToPageIndex: Integer); virtual;
Parameters
| Name | Description |
|---|---|
AFromPageIndex |
Zero-based index of the page to move. |
AToPageIndex |
Zero-based destination index. |