TiPhonePad.ButtonCaption8

TiPhonePad

The caption used for formatting the "8" Button.

property ButtonCaption8 : String;

Description

The caption displayed in the "8" button.

Example

Delphi

iComponent.ButtonCaption8 := 'N';

C++ Builder

iComponent->ButtonCaption8 = 'N';

Contents | Index | Previous | Next