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