TiPhonePad.ButtonVisible9

TiPhonePad

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

property ButtonVisible9 : Boolean;

Description

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

C++ Builder

iComponent->ButtonVisible9 = FALSE;

Contents | Index | Previous | Next