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