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