TiPhonePad.ButtonCaption9

TiPhonePad

The caption used for formatting the "9" Button.

property ButtonCaption9 : String;

Description

The caption displayed in the "9" button.

Example

Delphi

iComponent.ButtonCaption9 := 'N';

C++ Builder

iComponent->ButtonCaption9 = 'N';

Contents | Index | Previous | Next