TiSwitchPanel.PositionCount

TiSwitchPanel

Specifies the number of positions used in the Switch Panel.

property PositionCount : Integer;

Description

Use PositionCount to get or set the number of positions used in the Switch Panel. This component only supports PositionCount values of 2 and 3.

Example

Delphi

iComponent.PositionCount := 3;

C++ Builder

iComponent->PositionCount = 3;

Contents | Index | Previous | Next