TiPhonePad.ButtonVisible4

TiPhonePad

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

property ButtonVisible4 : Boolean;

Description

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

C++ Builder

iComponent->ButtonVisible4 = FALSE;

Contents | Index | Previous | Next