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