Table of Contents

TTMSFNCCustomPageControl.MovePage Method

Moves a page from one position to another.

API unit family: TMSFNCPageControl Declaring type: 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.