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