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