TiPhonePad.ButtonVisible1
TiPhonePad
Specifies whether the "1" button is visible or not.
property ButtonVisible1 : Boolean;
Description
Use ButtonVisible1 to make the "1" 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.ButtonVisible1 := False;
C++ Builder
iComponent->ButtonVisible1 = FALSE;
Contents | Index | Previous | Next