TiPhonePad.ButtonCaption3

TiPhonePad

The caption used for formatting the "3" Button.

property ButtonCaption3 : String;

Description

The caption displayed in the "3" button.

Example

Delphi

iComponent.ButtonCaption3 := 'N';

C++ Builder

iComponent->ButtonCaption3 = 'N';

Contents | Index | Previous | Next