TiSwitchPanel.PositionCaption3

TiSwitchPanel

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

property PositionCaption3 : String;

Description

The PositionCaption3 property sets the caption displayed for Position 3 on the Switch Panel control.

Example

Delphi

iComponent.PositionCaption3 := 'Sample Text';

C++ Builder

iComponent->PositionCaption3 = "Sample Text";

Contents | Index | Previous | Next