Table of Contents

TTMSFNCTabSet.FocusTab Method

Moves focus to the specified tab.

API unit family: TMSFNCTabSet Declaring type: TTMSFNCTabSet Inherited from: TTMSFNCCustomTabSet

Syntax

procedure FocusTab(ATabIndex: Integer; ASelect: Boolean = False); virtual;

Parameters

Name Description
ATabIndex Zero-based index of the tab to focus.
ASelect When True, also selects the focused tab.