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