TiSwitchPanel.PositionCaption1

TiSwitchPanel

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

property PositionCaption1 : String;

Description

The PositionCaption1 property sets the caption displayed for Position 1 on the Switch Panel control.

Example

Delphi

iComponent.PositionCaption1 := 'Sample Text';

C++ Builder

iComponent->PositionCaption1 = "Sample Text";

Contents | Index | Previous | Next