TiPhonePad.ButtonVisible3

TiPhonePad

Specifies whether the "3" button is visible or not.

property ButtonVisible3 : Boolean;

Description

Use ButtonVisible3 to make the "0" 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.ButtonVisible3 := False;

C++ Builder

iComponent->ButtonVisible3 = FALSE;

Contents | Index | Previous | Next