Vcl.Forms.TForm.TipMode
Delphi
property TipMode;
C++
__property TipMode = {default=2};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TForm |
Description
TipMode indicates whether TabTip (onscreen keyboard equivalent) opens or closes when the control receives focus or if it receives a gesture.
Vcl.Forms.TForm.TipMode inherits from Vcl.Controls.TWinControl.TipMode. All content below this line refers to Vcl.Controls.TWinControl.TipMode.
TipMode indicates whether TabTip (onscreen keyboard equivalent) opens or closes when the control receives focus or if it receives a gesture.
For example, in controls derived from TButtonControl the default mode is tipClose, so TabTip is instructed to disappear when the control receives focus or a gesture. The default for controls derived from TCustomEdit is tipOpen.
Note: The above applies only to devices that have touch screen support