Vcl.Forms.TTimerMode
Delphi
TTimerMode = (tmShow, tmHide);
C++
enum DECLSPEC_DENUM TTimerMode : unsigned char { tmShow, tmHide };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | Vcl.Forms |
Description
Enumeration of hint timer modes.
TTimerMode is an enumeration of hint timer modes. For more information about hints, please refer to the Hint topic.
| Field | Meaning |
|---|---|
|
tmShow |
Shows a hint. |
|
tmHide |
Hides a hint. |