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