TiPhonePad.ButtonVisible0

TiPhonePad

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

property ButtonVisible0 : Boolean;

Description

Use ButtonVisible0 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.ButtonVisible0 := False;

C++ Builder

iComponent->ButtonVisible0 = FALSE;

Contents | Index | Previous | Next