TiPhonePad.ButtonCaption7

TiPhonePad

The caption used for formatting the "7" Button.

property ButtonCaption7 : String;

Description

The caption displayed in the "7" button.

Example

Delphi

iComponent.ButtonCaption7 := 'N';

C++ Builder

iComponent->ButtonCaption7 = 'N';

Contents | Index | Previous | Next