TiSwitchPanel.PositionCaption2

TiSwitchPanel

The caption used for Position 2 on the Switch Panel control.

property PositionCaption2 : String;

Description

The PositionCaption2 property sets the caption displayed for Position 2 on the Switch Panel control.

Example

Delphi

iComponent.PositionCaption2 := 'Sample Text';

C++ Builder

iComponent->PositionCaption2 = "Sample Text";

Contents | Index | Previous | Next