TiPhonePad.ButtonCaptionStar

TiPhonePad

The caption used for formatting the "*" (Star) Button.

property ButtonCaptionStar : String;

Description

The caption displayed in the "*" (Star) button.

Example

Delphi

iComponent.ButtonCaptionStar := 'N';

C++ Builder

iComponent->ButtonCaptionStar = 'N';

Contents | Index | Previous | Next