TiPhonePad.ButtonCaption5

TiPhonePad

The caption used for formatting the "5" Button.

property ButtonCaption5 : String;

Description

The caption displayed in the "5" button.

Example

Delphi

iComponent.ButtonCaption5 := 'N';

C++ Builder

iComponent->ButtonCaption5 = 'N';

Contents | Index | Previous | Next