TiPhonePad.ButtonVisiblePound
TiPhonePad
Specifies whether the "#" (Pound) button is visible or not.
property ButtonVisiblePound : Boolean;
Description
Use ButtonVisiblePound to make the "#" (Pound) button visible or not visible.
If this value is FALSE, then the button will be invisible and the position
where the button is drawn will be blank.
Example
Delphi
iComponent.ButtonVisiblePound := False;
C++ Builder
iComponent->ButtonVisiblePound = FALSE;
Contents | Index | Previous | Next