TiPhonePad.ButtonCaption6
TiPhonePad
The caption used for formatting the "6" Button.
property ButtonCaption6 : String;
Description
The caption displayed in the "6" button.
Example
Delphi
iComponent.ButtonCaption6 := 'N';
C++ Builder
iComponent->ButtonCaption6 = 'N';
Contents | Index | Previous | Next